Hi. Question 1: In any Android version, supporting Bluetooth, after a device dicovery is done, there is no way to *programmatically* clear the devices names that were cached by the system during the discovery. (Unless, an attempt to connect to a device is done, then the name is updated.) Is there a way to *programmatically* update or clear this device names cache?
Question 2: In my app i need to bind-to some devices and then "forget" the device, unbinding. How can this be done *programmatically* ? Question 3: If i attempt a connection using sock = foundDevice.createRfcommSocketToServiceRecord(someWierdUUID); sock.connect(); even if the connection fails (of course, because of my bogus someWierdUUID), i find that foundDevice is marked bounded. Isn't it a bug? Thanks, Marcus. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en