CONFIG_BT_MESH
Bluetooth mesh support [EXPERIMENTAL]
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>/subsys/bluetooth/mesh/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
menuconfig BT_MESH
bool "Bluetooth mesh support [EXPERIMENTAL]"
select EXPERIMENTAL
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.)