dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
535 stars 197 forks source link

[improvement] support long writes #506

Open albrownwood opened 4 years ago

albrownwood commented 4 years ago

We typically need to write data larger than the negotiated MTU. Is there any plan for supporting long writes in a near future, such that we don't have to define a custom fragmentation scheme? Alternatively would it be possible to implement long-write at application level on top of the existing API?