When i am trying to read characteristic using readCharacteristic()
it giving me true
but when i am getting response in onCharacteristicRead()
it giving me
status = 128
instead of
status=0 (BluetoothGatt.GATT_SUCCESS)
Can any one help me or guide me ?? Thank you in advance.