I am working on Bluetooth Low Energy in Android. I want to get the UUIDs
of remote device when the device is paired. I have found that BluetoothDevice.getUuids()
will give the UUIDs
of a remote device. I have used that in the settings application of ICS. I am able to get the UUIDs
of classic device and dongle which is a Low energy device. But I am not able to get the UUIDs
of a casio watch which is also a low energy.
Can you please help me on this issue?