Skip to content

Commit

Permalink
Bluetooth: Controller: Ticker window extension for broadcaster only
Browse files Browse the repository at this point in the history
Enable ticker ticks slow window extensions implementation
when broadcaster role is enabled. This feature moves the
primary channel advertising event within the specified
window when overlapping with other roles.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak authored and carlescufi committed Oct 3, 2022
1 parent c107827 commit 578cc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/Kconfig.ll_sw_split
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ config BT_TICKER_NEXT_SLOT_GET_MATCH
config BT_TICKER_EXT
bool "Ticker extensions"
depends on !BT_TICKER_LOW_LAT && !BT_TICKER_SLOT_AGNOSTIC
default y
default y if BT_BROADCASTER
help
This option enables ticker extensions such as re-scheduling of
ticker nodes with slot_window set to non-zero. Ticker extensions
Expand Down

0 comments on commit 578cc10

Please sign in to comment.