I'm trying to find the RSSI value for a phone that is connected to my laptop by Bluetooth. I use the below command on Ubuntu:
hcitool rssi AA:BB:CC:DD:EE:FF
But I get this:
RSSI return value: 0
But I want the value in the range of -20 to -100 for example.
How can I solve this problem?