Skip to content

Commit 578cc10

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Ticker window extension for broadcaster only
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]>
1 parent c107827 commit 578cc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ config BT_TICKER_NEXT_SLOT_GET_MATCH
794794
config BT_TICKER_EXT
795795
bool "Ticker extensions"
796796
depends on !BT_TICKER_LOW_LAT && !BT_TICKER_SLOT_AGNOSTIC
797-
default y
797+
default y if BT_BROADCASTER
798798
help
799799
This option enables ticker extensions such as re-scheduling of
800800
ticker nodes with slot_window set to non-zero. Ticker extensions

0 commit comments

Comments
 (0)