Support for SetReportDelay/Offload Batching #607
Unanswered
GrantSavill
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions