I'm querying the Nexus One for UUIDs using the getUuids()
call from my Android App and I'm seeing the following being returned:
0 th UUID found is 00001105-0000-1000-8000-00805f9b34fb
1 th UUID found is 00001106-0000-1000-8000-00805f9b34fb
2 th UUID found is 0000110a-0000-1000-8000-00805f9b34fb
3 th UUID found is 0000110c-0000-1000-8000-00805f9b34fb
4 th UUID found is 00001112-0000-1000-8000-00805f9b34fb
5 th UUID found is 0000111f-0000-1000-8000-00805f9b34fb
6 th UUID found is 0000112f-0000-1000-8000-00805f9b34fb
7 th UUID found is 00001200-0000-1000-8000-00805f9b34fb
My question is: Why am I not able to see the standard UUID for SPP (00001101-0000-1000-8000-00805f9b34fb
) in this list?
I have tested that I'm able to send serial data from an android device(Xoom) to this Nexus One phone using the S2 Bluetooth Terminal app. What UUID is being used in this data transfer?