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.
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 ?