Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jun 16, 2025

Backport 0969148 from #91430.
Fixes #91428

ticker_is_initialized() should only return true when the ticker is
running (triggered regularly). Users like nrf_flash_sync_is_required()
depend on this behavior.

When the bluetooth controller driver is closed, ll_deinit() calls
lll_deinit(), which stops the ticker from being triggered. Also
deinitialize the ticker to ensure that ticker_is_initialized() returns
false.

Signed-off-by: Marco Widmer <[email protected]>
(cherry picked from commit 0969148)
@github-actions github-actions bot added the Backport Backport PR and backport failure issues label Jun 16, 2025
@github-project-automation github-project-automation bot moved this to To do in Backports Jun 16, 2025
@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

@kartben kartben merged commit 7e90d36 into v4.1-branch Jul 23, 2025
32 of 33 checks passed
@kartben kartben deleted the backport-91430-to-v4.1-branch branch July 23, 2025 16:50
@github-project-automation github-project-automation bot moved this from Needs more info to Done in Backports Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Bluetooth Controller area: Bluetooth Backport Backport PR and backport failure issues

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants