Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
The docs are silent on when it is legal to call bt_le_per_adv_sync_delete.
In particular, is it legal to call it in the sync termination callback?
If not, at what point after is it legal to call?
If it is legal to delete in the termination callback, it would be nice to document that.
If it's not, it seems hard to decide when to delete it.
Staring at the code, it actually looks like sync flags are cleared prior to callback (it calls the internal delete function), and nothing currently uses it after the callback, but if that is supposed to be an API guarantee it would be nice to document it.
Beta Was this translation helpful? Give feedback.
All reactions