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?
BluetoothDevice.getUuids()
This method does not start a service discovery procedure to retrieve the UUIDs from the remote device. Instead, the local cached copy of the service UUIDs are returned.
Use fetchUuidsWithSdp()
if fresh UUIDs are desired.
May this helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With