Android bluetooth low energy (ble) writeCharacteristic delay callback

前端 未结 4 2016
失恋的感觉
失恋的感觉 2021-02-06 16:10

I am implementing a application on Android using BLE Api (SDK 18), and I have a issue that the transfer data process is delay very slow. This is my log.

03-1

4条回答
  •  不思量自难忘°
    2021-02-06 16:12

    You'll have to implement you're own flow control, don't start a write until the OnCharacteristicWrite is sent for the previous write

提交回复
热议问题