flutter_reactive_ble
flutter_reactive_ble copied to clipboard
Support for SetReportDelay/Offload Batching
Hi there. Trying to develop and app to use AirPods on Android, and running into some issues.
During testing, I've noticed that the advertisement data only shows up when offload batching is enabled. Not entirely sure why this is, possibly a malformed packet, or the packet length is too long, and this validation is skipped while it's enabled.
My question is, does anyone know a workaround for this? Or is there a way to implement offload batching into this plugin? I've (semi-)successfully tried it with flutter_blue_plus, but I would rather use this plugin for my project, and unfortunately it doesn't seem like it's supported with RxAndroidBle.
Thanks.