I want to create a text file of the data received from bluetooth and then save it to a location from where it can be used by another application.
How can I solve this using code?
Looks like dupe/related to StackOverflow: Saving file to phone in stead of SD-card
You should be able to use regular java File IO classes to save the actual data to the file.