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
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/mesh/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:193
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
menuconfig BT_MESH
    bool "Bluetooth mesh support"
    select TINYCRYPT
    select TINYCRYPT_AES
    select TINYCRYPT_AES_CMAC
    select BT_HOST_CCM
    depends on BT_OBSERVER && BT_BROADCASTER && 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)