: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_LL_SW_SPLIT ` || \ :option:`BT_LL_SW_LEGACY `) && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`BT_TICKER_COMPATIBILITY_MODE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:843`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:6`` → ``subsys/bluetooth/Kconfig:161`` Menu path: (Top) → Bluetooth → Bluetooth Controller → Advanced features .. parsed-literal:: config BT_TICKER_EXT bool "Ticker extensions" if \ :option:`BT_CTLR_ADVANCED_FEATURES ` default y if !\ :option:`BT_TICKER_COMPATIBILITY_MODE ` depends on (\ :option:`BT_LL_SW_SPLIT ` || \ :option:`BT_LL_SW_LEGACY `) && \ :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.)*