I am writing code for indoor navigation system. For tracking user position i am using Bluetooth low energy device. I am going to find user position based on strength he receive from these devices.
Asked
Active
Viewed 3,111 times
2 Answers
2
Generally rssi is the last byte you would receive when you analyze the raw data
for android hope this link works
how to get the rssi value for a bluetooth low energy device ?
0
I think the question is about how to get the rssi dynamically when ble-low-energy device was connected. So Maybe It's not the answer getting the RSSI from the scanning callback.
Is it possible getting the rssi value when ble-low-energy device is connected by other device?

gladman
- 1,208
- 4
- 19
- 39
-
Is this really an answer? – Syscall Apr 21 '21 at 07:42
-
such as the case, I connected a BLE device, and want to update it's rssi value. – gladman Apr 21 '21 at 07:55