I am working on an Android Bluetooth application to mimic one done on Blackberry.
The Blackberry app connects to a Bluetooth server without issue. My Android app OCCASIONALLY connects to the Bluetooth server (pairs and discovers just fine every time) I began to suspect the common UUID they were using on the server side wasn't always what I was using (the server perhaps rotates it somehow?) but when I asked the Blackberry person what UUID they were using, the answer I got back was "We don't specify ANY UUID at all and just use Serial Port Profile". Well, it is my understanding that SPP is just another name for RFCOMM which Android uses. So, can anyone tell me why sometimes, without doing anything differently (not bouncing Bluetooth, not bouncing the application, etc.) I can sometimes connect and sometimes not? Also, is there some obscurely documented way to connect like Blackberry without specifying the UUID? Thanks! -- 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

