flutter_blue icon indicating copy to clipboard operation
flutter_blue copied to clipboard

Multiple characteristics sharing the same UUID not working?

Open mgeilich opened this issue 1 year ago • 0 comments

I have a device with multiple characteristics that share the same UUID. With FlutterBlue they write to the same buffer on the device instead of independent buffers. With native iOS and Android code, writing to these characteristics populates separate buffers on the device.

Is there a way to get FlutterBlue to use these characteristics to write to separate buffers on my device?

mgeilich avatar Feb 28 '23 13:02 mgeilich