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:
parent
3d8f938929
commit
1a56f766bc
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue