apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
680 stars 392 forks source link

nimble/iso: Fix couple of ISO related issues found #1700

Closed MariuszSkamra closed 6 months ago

MariuszSkamra commented 6 months ago

This fixes BIG handle assignment from dedicated pool of handles, missing BIG instance pointer checks and missing BIG related HCI events in the LE event mask.

Depends on https://github.com/apache/mynewt-nimble/pull/1702