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

Mesh HCI Command support

Type: bool

Help

Enable support for the Bluetooth Mesh HCI Commands.

Direct dependencies

BT_BROADCASTER && BT_OBSERVER && !BT_LL_SW_SPLIT && BT_HCI && BT

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/common/Kconfig:43

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

Menu path: (top menu) → Bluetooth

config BT_HCI_MESH_EXT
    bool
    prompt "Mesh HCI Command support" if BT_BROADCASTER && BT_OBSERVER && !BT_LL_SW_SPLIT && BT_HCI && BT
    depends on BT_BROADCASTER && BT_OBSERVER && !BT_LL_SW_SPLIT && BT_HCI && BT
    help
      Enable support for the Bluetooth Mesh HCI Commands.

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