Skip to content Skip to sidebar Skip to footer

How To Get Bluetooth Signal Strength (rssi) Of Connected Bluetooth Devices?

i want to get the bluetooth rssi of a another device which connected to my phone, how can i get the bluetooth rssi? i tried to search alot over stackoverflow/google and didnt find

Solution 1:

I was also looking for a solution and found this:

You can use the readRemoteRssi() function of BluetoothGatt. This will cause an asynchronous call of your BluetoothGattCallback.onReadRemoteRssi

Post a Comment for "How To Get Bluetooth Signal Strength (rssi) Of Connected Bluetooth Devices?"