[android-developers] Re: Need Bluetooth UUID clarification

2010-03-11 Thread moneytoo
The official source would be documents about specific profiles on BT SIG (bluetooth.com). Or you may just take a look at sdptool or other sources (here's pretty long list: http://32feet.codeplex.com/sourcecontrol/network/Show?projectName=32feet&changeSetId=64636#51271). On Mar 11, 7:16 pm, Arun w

[android-developers] Re: Need Bluetooth UUID clarification

2010-03-11 Thread Arun
You're right on the money! :-) Thank you! 0003--100­0-8000-00805F9B34FB did not work. I could connect to BT headset on 1101--100­0-8000-00805F9B34FB! Where can I find more information on these well known UUIDs like HFP, OBEX, etc? On Mar 10, 11:08 pm, moneytoo wrote: > 0003-00

[android-developers] Re: Need Bluetooth UUID clarification

2010-03-10 Thread moneytoo
0003--100­0-8000-00805F9B34FB is 128 bit UUID. 0003 is 32 bit UUID. 0003 is 16 bit UUID. To create record advertising serial service, use the SPP 16 bit UUID and add the BT part. 1101--100­0-8000-00805F9B34FB is UUID for SPP on Android. On Mar 11, 4:26 am, Arun wrote: > I am