我正在将一个字节数组的数据写入 Android 中的 BLE 设备。调用后调用回调方法mGatt.writeCharacteristic(characteristicToWrite);
。onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status)
如果写操作成功状态将是 0 即GATT_SUCCESS = 0
,而不是那个即时接收状态为 7 即GATT_INVALID_OFFSET = 0x7
。为什么会这样?有谁能够帮我。先谢谢同行。
问问题
864 次