【发布时间】:2014-06-30 08:08:07
【问题描述】:
在 Android 的 BLE API (BluetoothGatt) 中有处理可靠写入的方法:
public boolean beginReliableWrite ()
public void abortReliableWrite (BluetoothDevice mDevice)
public boolean executeReliableWrite ()
还有一个回调它(BluetoothGattCallback):
public void onReliableWriteCompleted (BluetoothGatt gatt, int status)
我找不到任何相关文档。它是什么?它与“正常”(不可靠?)写入有何不同?
【问题讨论】:
标签: android bluetooth-lowenergy android-bluetooth