Can anyone tell me how to use the code mentioned here in Android developer site for detecting BLE devices near my app ?The method mentioned there for getting UUID of ble device is returning only bluetooth address and not UUID.Please help...
Asked
Active
Viewed 163 times
0

Youssif Saeed
- 11,789
- 4
- 44
- 72

Nevaeh
- 1,519
- 7
- 24
- 45
-
If you mean an iBeacon style region UUID that is encoded in a manufacturer specific advertising field, rather than anything BLE standard like a service or characteristic. There are many examples online. – Chris Stratton Jul 23 '14 at 08:38
-
I have 3 beacons near my phone.I just want to find the UUIDs of these 3 beacons using my app.Is this possible without using any 3rd party SDK libraries ?? – Nevaeh Jul 23 '14 at 09:27
-
Sure, by writing the code yourself. – Chris Stratton Jul 23 '14 at 13:36
-
Do u have any sample code ?? – Nevaeh Jul 25 '14 at 07:42