I am developing a native mobile application where I need to pass a string from one device to the another via Bluetooth (assuming both devices are paired up and same application is running on both devices) with out internet connection.
I have been researching on this requirement from the last two days, but couldn't find strong resources to achieve this task. I have followed this question to pursue a solution, but when I run the app with the above code the app crashes while sending the string.
It would be great if someone can give working solutions or shed some light on me to achieve this task.