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?
How about this, taken from a RPi http://www.raspberrypi.org/phpBB3/viewtopic.php?t=57893&p=435887 ?