I am having trouble getting device.getUuids() working.
My code is pretty simple:
What am I doing wrong?
Your advice/suggestions would be greatly appreciated.
Thanks,
JRB-Bldr
My code is pretty simple:
Code:
BluetoothDevice device = leDevices.get(i); // I use the Watch window to verify that [u]device[/u] has a Valid MAC address
final String deviceName = device.getName(); // [u]deviceName[/u] shows as a Valid device Name
ParcelUuid[] deviceUuid = device.getUuids(); // But [u]deviceUuid[/u] returns a NULL
What am I doing wrong?
Your advice/suggestions would be greatly appreciated.
Thanks,
JRB-Bldr