CONFIG_BT_MESH

Bluetooth Mesh support

Type: bool

Help

This option enables Bluetooth Mesh support. The specific features that are available may depend on other features that have been enabled in the stack, such as GATT support.

Direct dependencies

BT_OBSERVER && BT_BROADCASTER && BT_HCI_HOST && BT_HCI && BT

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155subsys/bluetooth/host/Kconfig:125

Menu path: (top menu) → Bluetooth

menuconfig BT_MESH
    bool
    prompt "Bluetooth Mesh support" if BT_OBSERVER && BT_BROADCASTER && BT_HCI_HOST && BT_HCI && BT
    select TINYCRYPT if BT_OBSERVER && BT_BROADCASTER && BT_HCI_HOST && BT_HCI && BT
    select TINYCRYPT_AES if BT_OBSERVER && BT_BROADCASTER && BT_HCI_HOST && BT_HCI && BT
    select TINYCRYPT_AES_CMAC if BT_OBSERVER && BT_BROADCASTER && BT_HCI_HOST && BT_HCI && BT
    depends on BT_OBSERVER && BT_BROADCASTER && BT_HCI_HOST && BT_HCI && BT
    help
      This option enables Bluetooth Mesh support. The specific
      features that are available may depend on other features
      that have been enabled in the stack, such as GATT support.

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