-
CONFIG_BT_CTLR_HCI_VS_BUILD_INFO
¶
Zephyr HCI VS Build Info string
Type: string
Help¶
User-defined string that will be returned by the Zephyr VS Read Build Information command after the Zephyr version and build time. When setting this to a value different from an empty string, a space character is required at the beginning to separate it from the already included information.
Direct dependencies¶
BT_HCI_VS_EXT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
“”
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/controller/Kconfig:118
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:240
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller
config BT_CTLR_HCI_VS_BUILD_INFO string "Zephyr HCI VS Build Info string" default "" depends onBT_HCI_VS_EXT
&&BT_CTLR
&&BT_HCI
&&BT
help User-defined string that will be returned by the Zephyr VS Read Build Information command after the Zephyr version and build time. When setting this to a value different from an empty string, a space character is required at the beginning to separate it from the already included information.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)