Hi, On Sun, Jan 25, 2009, Francis Bernard wrote: > I have checked "Host Controller Interface Functional Specification - > 7.7.33 Inquiry Result with RSSI Event" on the latest Bluetooth > Specification, and it made me think this could probably be possible, > but i have no knowledge about your implementation and if this could be > or is implemented. > > I saw some adapted code for hcitool.c, at > http://pysportslive.googlecode.com/svn/trunk/pyrssi/bluessid.c, and I > was wondering if by making some adaptations at this level, i would > achieve my needs. bluetoothd already supports the RSSI information in its D-Bus API. You will get the information as a "RSSI" property within the DeviceFound signals. If you really don't want to use the D-Bus API you might want to take a look how bluetoothd handles this internally. A good place to start from is the hcid_dbus_inquiry_result function in the src/dbus-hci.c file and the inquiry_result_with_rssi function in the src/security.c file. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html