Closed zhaoxwgit closed 4 months ago
first: [FBP]
//bluetooth_characteristic.dart print("value - 0: $value"); // Only allow a single ble operation to be underway at a time _Mutex mtx = MutexFactory.getMutexForKey("global"); await mtx.take().then(() => print("value - 1: $value")); print("value - 2: $value"); //log flutter: value - 0: [170, 112, 1, 1, 117, 85] flutter: value - 1: [] flutter: value - 2: []
not enough info. you'll need to debug this yourself. probably an issue in your code / ble device.
await Characteristic.write() is work @chipweinberger tank you
Requirements
Have you checked this problem on the example app?
No
FlutterBluePlus Version
1.32.8
Flutter Version
3.19.6 and 3.22.3
What OS?
iOS
OS Version
17.5.1
Bluetooth Module
n32 mcu
What is your problem?
The second time cannot be written
Logs