apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
664 stars 384 forks source link

nimble: iso: Move Rx callback param to Setup ISO Data Path command #1770

Closed MariuszSkamra closed 2 months ago

MariuszSkamra commented 2 months ago

This moves the ISO Rx callback to be provided by application as Setup ISO Data Path function parameter, as the callback will be used only for HCI data path, thus there is no point to require the callback when the broadcast sync is created.