-
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
.
Symbols selected by this symbol¶
TINYCRYPT
ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
TINYCRYPT_AES
ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
TINYCRYPT_AES_CMAC
ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
→ subsys/bluetooth/host/Kconfig:125
Menu path: (top menu) → Bluetooth
menuconfig BT_MESH bool prompt "Bluetooth Mesh support" ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectTINYCRYPT
ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectTINYCRYPT_AES
ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectTINYCRYPT_AES_CMAC
ifBT_OBSERVER
&&BT_BROADCASTER
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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.)