Bluetooth: Controller: Config ticker with slot window to yield

Add Kconfig option to conditionally enable tickers with slot
window to yield to normal tickers and be placed at the end
of their slot window if possible.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2022-05-31 22:00:29 +05:30 committed by Carles Cufí
commit 1a56f766bc
2 changed files with 13 additions and 0 deletions

View file

@ -720,6 +720,14 @@ config BT_TICKER_EXT
are invoked by using available '_ext' versions of ticker interface
functions.
config BT_TICKER_EXT_SLOT_WINDOW_YIELD
bool "Tickers with slot window always yields"
depends on BT_TICKER_EXT
default y if BT_CTLR_ADV_ISO
help
This options forces tickers with slot window extensions to yield to
normal tickers and be placed at the end of their slot window.
config BT_TICKER_SLOT_AGNOSTIC
bool "Slot agnostic ticker mode"
help