I'm running the example code [1] for discovering Bluetooth LE devices on a new Samsung Gear S2.
My objective is to compute the distance to a beacon (ByteReal TagBeacon 2.0).
It detects a couple of Bluetooth devices but unfortunately all the values, especially txpowerlevel, are null.
I already tried to connect to the device an request the information again but they are still empty.
Scanning for the same beacon with an Android device returns all the required values, so the beacon seems to send the information but I'm not able to fetch them from Tizen.
Any ideas why all value (despite name and address) are null?
Thanks in advance.
1. https://developer.tizen.org/development/tutorials/web-application/tizen-features/network/bluetooth#Discovering_BT_LE_Devices