-
CONFIG_BT_CTLR_USER_TICKER_ID_RANGE
¶
Range of ticker id constants reserved for proprietary ticker nodes
Type: int
Help¶
Number of ticker ids reserved for proprietary use. The range is typically used when BT_CTLR_USER_EXT is in use.
Direct dependencies¶
BT_CTLR_USER_EXT
&& BT_LL_SW_SPLIT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
0
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/controller/Kconfig.ll_sw_split:535
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:240
→ <Zephyr>/subsys/bluetooth/controller/Kconfig:595
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features → Enable proprietary extensions in Controller
config BT_CTLR_USER_TICKER_ID_RANGE int "Range of ticker id constants reserved for proprietary ticker nodes" ifBT_CTLR_ADVANCED_FEATURES
range 0 10 default 0 depends onBT_CTLR_USER_EXT
&&BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
help Number of ticker ids reserved for proprietary use. The range is typically used when BT_CTLR_USER_EXT is in use.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)