scientifichackers / flutter-rx-ble

A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.
GNU Lesser General Public License v3.0
35 stars 18 forks source link

How to write characteristics with no respone? #20

Closed Hu-Wentao closed 5 years ago

Hu-Wentao commented 5 years ago

when I use flutter_blue, I aways use "writeNoResponse" In write characteristics, because iOS device need do this. I can't found method in RxBle.

devxpy commented 5 years ago

That isn't implemented.

I'm curious whether there are any specific use-cases for it though. write-with-response seemed like a reasonable default to me.

yiguozhen0510 commented 5 years ago

have you resolve this questions?i also got this.

Hu-Wentao commented 5 years ago

I give up rx_ble, use flutter_blue...