I am currently creating a small utility to search for my phone via Bluetooth and my computer. For this, I'm trying to get RSSI to estimate the distance between two devices. How can I get RSSI with Bluez in C / C ++?
Is there an hci command for this, and if so, is there a list of HCI commands?
Thanks.
source share