蓝牙BLE onCharacteristicRead()给出Status = 128

时间:2017-10-30 12:58:07

标签: android bluetooth-lowenergy android-bluetooth android-things android-ble

当我尝试使用readCharacteristic()来阅读特征时,它会给我true,但当我在onCharacteristicRead()得到回复时,它会给我

  

status = 128

而不是

  

status = 0(BluetoothGatt.GATT_SUCCESS)

任何人都可以帮助我或指导我吗? 提前谢谢。

1 个答案:

答案 0 :(得分:0)

根据Android蓝牙源代码状态128指的是:GATT_NO RESOURCES

我建议您分享更多代码,因为只有在您尚未定义BluetoothGattCharacteristic / BluetoothGattDescriptor时才会显示此错误代码。