Skip to content

Commit

Permalink
Bluetooth: Controller: Enable ticker slot window yield for mesh
Browse files Browse the repository at this point in the history
Enable use of ticker slow window yield feature under mesh
usecase. This is make sure scan window either slides within
is window or skips to next interval so that it does not
lead to advertising event being skipped.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak authored and fabiobaltieri committed May 2, 2024
1 parent 7d1bc17 commit 263357e
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 @@ -1091,7 +1091,7 @@ config BT_TICKER_EXT
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
default y if BT_MESH || 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.
Expand Down

0 comments on commit 263357e

Please sign in to comment.