As a part of an application i have to connect my android phone with a bluetooth module called BlueLink, which is connected to a microcontroller. When i first connected to that device, the connection established and the application worked fine. After closing the connection, when i try to reconnect with the same application, i get a "service discovery failed" exception. This exception persists until i restart the bluetooth module.
How can i solve this problem that happens while reconnecting bluetooth module after the first connect ? Do i need to add something additional to my code inorder to get rid of this problem ? I used createRfcommSocketToServiceRecord method to create socket with UUID "00001101-0000-1000-8000-00805F9B34FB". Android version used is 2.1. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

