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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Subsystem>/bluetooth/common/Kconfig:223

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:179

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)