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