-
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>/subsys/bluetooth/mesh/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/bluetooth/Kconfig:258
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
menuconfig BT_MESH bool "Bluetooth Mesh support" selectTINYCRYPT
selectTINYCRYPT_AES
selectTINYCRYPT_AES_CMAC
selectBT_HOST_CCM
depends onBT_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.)