Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf noup] [zephyr] Allow BLE advertising restarts #389

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

markaj-nordic
Copy link
Contributor

  • allow BLE advertising restarts in case of failures
  • which can be triggered by calling SetBLEAdvertisingEnabled(true) ConnectivityMgr public API from the application code
  • do not register CHIPoBLE GATT services when the advertising cannot be started
  • this allows the disconnection handler to filter out non-Matter BLE connections that were terminated
  • fix possible underflow of connection counters

* allow BLE advertising restarts in case of failures
* which can be triggered by calling SetBLEAdvertisingEnabled(true)
  ConnectivityMgr public API from the application code
* do not register CHIPoBLE GATT services when the advertising
  cannot be started
* this allows the disconnection handler to filter out non-Matter
  BLE connections that were terminated
* fix possible underflow of connection counters

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
@markaj-nordic markaj-nordic changed the title [nrf noup] [zephyr]: allow BLE advertising restarts [nrf noup] [zephyr] Allow BLE advertising restarts Feb 21, 2024
@markaj-nordic markaj-nordic merged commit 623ef0a into nrfconnect:master Feb 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants