:orphan: .. title:: CONFIG_BT_CTLR_HCI_VS_BUILD_INFO .. kconfig:: CONFIG_BT_CTLR_HCI_VS_BUILD_INFO CONFIG_BT_CTLR_HCI_VS_BUILD_INFO ################################ *Zephyr HCI VS Build Info string* Type: ``string`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_HCI_VS_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/bluetooth/controller/Kconfig:123`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:181`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_HCI_VS_BUILD_INFO string "Zephyr HCI VS Build Info string" default "" depends on BT_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.)*