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 missing first connection event
Fix missing first connection event due to first connection event ticks_slot of central and peripheral overlapping with the initiator window ticks_slot and advertising ticks_slot, respectively. Use ticker_stop_abs interface so that when the ticker is stopped the ticks_slot_previous is truncated to the actual ticks used as requested by the supplied absolute ticks. Relates to commit 8a294a6 ("Bluetooth: controller: legacy: Fix missing first conn event"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
- Loading branch information
1 parent
a24ac54
commit fbfa2b4
Showing
2 changed files
with
16 additions
and
7 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
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