forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: controller: Fix conn update assert in slave role
Explicitly track the connection update related ticker stop and start to avoid asserting due to ticker update being done at the same time for compensating the clock drift. The compensation related ticker update failure in this case can be safely ignored as new anchor point is used anyway at the instant of the connection update. Fixes zephyrproject-rtos#8796 Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters