The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:72

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth

config BT_CTLR_HCI_VS_BUILD_INFO
    string
    prompt "Zephyr HCI VS Build Info string" if BT_HCI_VS_EXT && BT_CTLR && BT_HCI && BT
    default "" if BT_HCI_VS_EXT && BT_CTLR && BT_HCI && BT
    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.

(Definitions include propagated dependencies, including from if’s and menus.)