The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_HCI_VS_EXT

Zephyr HCI Vendor-Specific Extensions

Type: bool

Help

Enable support for the Zephyr HCI Vendor-Specific Extensions in the Host and/or Controller. This enables Write BD_ADDR, Read Build Info, Read Static Addresses and Read Key Hierarchy Roots vendor commands.

Direct dependencies

(BT && BOARD_DISCO_L475_IOT1) || (BT_HCI_VS && BT_HCI && BT)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/disco_l475_iot1/Kconfig.defconfig:151

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BT_HCI_VS_EXT
    bool
    default "n" if BT && BOARD_DISCO_L475_IOT1
    depends on BT && BOARD_DISCO_L475_IOT1

At subsys/bluetooth/common/Kconfig:24

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

Menu path: (top menu) → Bluetooth

config BT_HCI_VS_EXT
    bool
    prompt "Zephyr HCI Vendor-Specific Extensions" if BT_HCI_VS && BT_HCI && BT
    default "y" if BT_HCI_VS && BT_HCI && BT
    depends on BT_HCI_VS && BT_HCI && BT
    help
      Enable support for the Zephyr HCI Vendor-Specific Extensions in the
      Host and/or Controller. This enables  Write BD_ADDR, Read Build Info,
      Read Static Addresses and Read Key Hierarchy Roots vendor commands.

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