how to find Signal Strength of connected bluetooth devices
问题 In one of my applications, I need to display all the wi-fi and Bluetooth devices which are paired to my mobile, and their signal strengths. With wi-fi, it's okay for me to display signal strength (RSSI). But I have a problem with the Bluetooth. I searched for some method which is suitable for this task; I found one method: intent.getShortExtra(BluetoothDevice.EXTRA_RSSI, Short.MIN_VALUE); But it is displaying only the new device RSSI which is not paired to my mobile. Is there any idea for