How to get bluetooth RSSI on android after discovery

Posted by Karthik Ganesan on Stack Overflow See other posts from Stack Overflow or by Karthik Ganesan
Published on 2010-06-08T16:37:32Z Indexed on 2010/06/08 16:42 UTC
Read the original article Hit count: 489

Filed under:
|
|

I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android 2.0 handset. Doesnt seem like android exposes anyway to get the RSSI unless it is during discovery. Is there any other way to get the signal strength of the device after the device has been detected? I read of a way to do it using NDK to access the underlying BlueZ API, but I dont know how to use that. Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about bluetooth