mgeilich
mgeilich
I am having this same problem. Any progress or alternative? I tried the flutter_reactive_ble plugin and it has the same issue. I can retrieve two characteristics with the same UUID...
I also have this same issue. Is there a fix?
I have not been able to get this to work (on a Mac). Same symptoms as above. Requests seem to be getting to the server but the server is not...
I have this same problem. I have a device with two characteristics with the same UUID. Writing to either characteristic only writes to the first service. Note that I have...
@ekuleshov Thank you!
Adding withServices: to the scan() does not appear to work, it doesn't return anything. There is no requestDevice() for setting optionalServices in the API. requestDevice() is specific to flutter_web_bluetooth(). await...
Thanks, I tried webOptionalServices with FlutterBluePlus.startScan() using the same UUID that I am successful with FlutterWebBluetooth.requestDevice(optionalServices:). It does not work for me, FlutterBluePlus.getServices() fails. // I am successful finding the...
@ekuleshov I am seeing this error on flutter_blue_plus: ^1.35.3: FlutterBluePlusException | discoverServices | web-code: 0 | NotFoundError: No Descriptors found in Characteristic.
Same error using: flutter_blue_plus: git: url: https://github.com/chipweinberger/flutter_blue_plus.git ref: master
Any progress on this? I am looking forward to retesting.