flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

Support for SetReportDelay/Offload Batching

Open grantsavill opened this issue 3 years ago • 0 comments

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.

grantsavill avatar Sep 12 '22 20:09 grantsavill