I can\'t figure out how to get the \'onReadRemoteRssi\' callback work.
My code is very simple :
final BluetoothManager bluetoothManager = (BluetoothManag
http://developer.android.com/reference/android/bluetooth/BluetoothGatt.html#readRemoteRssi()
Async call to start reading signal strength.
http://developer.android.com/reference/android/bluetooth/BluetoothGattCallback.html#onReadRemoteRssi(android.bluetooth.BluetoothGatt,%20int,%20int)
Callback after the read finishes.
Need to connect before read
reference here Continual Bluetooth LE Signal Strength on Android