flutter_blue icon indicating copy to clipboard operation
flutter_blue copied to clipboard

Long read/write support

Open ysba opened this issue 2 years ago • 2 comments

Hello. I need to transfer data via BLE with length larger than the maximum allowed MTU size (512). I know that BLE supports long read or write operations, whose has a write prepare command so the other device can prepare to receive a larger buffer splitted in chuks of MTU size. Are these long read and write operations supported by flutter_blue? In the write method listed in flutter_blue API documentation doesn't seem to have such option. Thank you.

ysba avatar Mar 31 '22 20:03 ysba

try flutter_blue_plus package it's link https://pub.dev/packages/flutter_blue_plus

abdelrahman-abied avatar Apr 17 '22 19:04 abdelrahman-abied

@abdelrahman-abied does flutter_blue_plus package support Long read/write ?

explorer2050 avatar Jun 14 '23 04:06 explorer2050