From 578cc100437d7ad195ec294d7a79df717b1d9ec1 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Fri, 23 Sep 2022 05:57:29 +0530 Subject: [PATCH] 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 --- subsys/bluetooth/controller/Kconfig.ll_sw_split | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index 31e70f28cf3..273142f04a0 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -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