Search code examples
javaapibluetoothrssi

How to get Received Signal Strength Indicator (RSSI) of a bluetooth device?


I want to recognize bluetooth device with in my bluetooth device range that means i want to get particular device received signal strength indicator (RSSI).

Is any Java API for getting RSSI of a particular device?

If such exist, please give information about that Java API.


Solution

  • There's a list of Java BlueTooth APIs at the Wikipedia Article: Java APIs for BlueTooth.

    I'm sure most of them have facilities to read RSSI.


    I had a look at bluecove.org's API for instance and found this: