apache / mynewt-nimble

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

host/audio/pacs: fix notifications for available contexts #1759

Closed KKopyscinski closed 2 months ago

KKopyscinski commented 2 months ago

Available contexts values are per connection. When value is changed, read access for notification gives BLE_HS_CONN_HANDLE_NONE as conn handle. This was making impossible to fetch the right value. Now, flag was introduced, for marking the changed value.

KKopyscinski commented 2 months ago

@szymon-czapracki PTAL

szymon-czapracki commented 2 months ago

@szymon-czapracki PTAL

Tested againts PTS - works fine.