:orphan: .. title:: BT_TICKER_EXT .. option:: CONFIG_BT_TICKER_EXT *Ticker extensions* Type: ``bool`` Help ==== This option enables ticker extensions such as re-scheduling of ticker nodes with slot_window set to non-zero. Ticker extensions are invoked by using available '_ext' versions of ticker interface functions. Direct dependencies =================== !\ :option:`BT_TICKER_COMPATIBILITY_MODE ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig.ll_sw_split:523`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` → ``subsys/bluetooth/controller/Kconfig:594`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features .. parsed-literal:: config BT_TICKER_EXT bool "Ticker extensions" if \ :option:`BT_CTLR_ADVANCED_FEATURES ` default y depends on !\ :option:`BT_TICKER_COMPATIBILITY_MODE ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option enables ticker extensions such as re-scheduling of ticker nodes with slot_window set to non-zero. Ticker extensions are invoked by using available '_ext' versions of ticker interface functions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*