[android-developers] Re: How to find available services in a bluetooth connected device

2011-08-01 Thread gjs
Hi try - Hint: If you are connecting to a Bluetooth serial board then try using the well-known SPP UUID 1101--1000-8000-00805F9B34FB. However if you are connecting to an Android peer then please generate your own unique UUID. see

[android-developers] Re: How to find available services in a bluetooth connected device

2011-08-01 Thread guich
This thread answers the question: http://groups.google.com/group/android-developers/browse_thread/thread/bc36724593613382/312a1805eb4f2721?lnk=gstq=bluetooth+service#312a1805eb4f2721 Basically, Android does not provide such thing. guich -- You received this message because you are subscribed

[android-developers] Re: How to find available services in a bluetooth connected device

2011-07-30 Thread CBD
I am having exactly the same problem. I need to connect to a device and the docs for it do not say anything about what profiles it supports.. The device is paired, that was no problem, but I have no idea what UUID the device supports.. Been through the Blutooth API a few times, and since I'm on