how to find Signal Strength of connected bluetooth devices
Posted
by Rajendar
on Stack Overflow
See other posts from Stack Overflow
or by Rajendar
Published on 2010-06-11T05:34:10Z
Indexed on
2010/06/11
5:42 UTC
Read the original article
Hit count: 332
Hi,
In one of my application I need to display all the Wifi and bluetooth devices which are paired to my mobile and it's Signal Strengths .Wifi side it is ok for me to display signal strength(RSSI).But i got a problem at Bluetooth side.I searched for the method which is suitable for this task,i found one method that is
intent.getShortExtra(BluetoothDevice.EXTRA_RSSI, Short.MIN_VALUE);
It is displaying only the new device RSSI which is not paired to my mobile.Is there any idea for getting all bluetooth devices RSSI.Plz give me idea or source code ?
© Stack Overflow or respective owner