flutter_blue
flutter_blue copied to clipboard
Multiple characteristics sharing the same UUID not working?
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?