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.

Direct dependencies

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

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

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:11

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:154

Menu path: (top menu) → Bluetooth

config BT_HCI_VS_EXT
    bool
    prompt "Zephyr HCI Vendor-Specific Extensions" if BT_HCI && BT_HCI && BT
    default "y" if BT_HCI && BT_HCI && BT
    depends on BT_HCI && BT_HCI && BT
    help
      Enable support for the Zephyr HCI Vendor-Specific Extensions in the
      Host and/or Controller.

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