:orphan: .. title:: BT_MESH .. option:: 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 =================== \ :option:`BT_OBSERVER ` && \ :option:`BT_BROADCASTER ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`TINYCRYPT ` - \ :option:`TINYCRYPT_AES ` - \ :option:`TINYCRYPT_AES_CMAC ` - \ :option:`BT_HOST_CCM ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: menuconfig BT_MESH bool "Bluetooth Mesh support" select \ :option:`TINYCRYPT ` select \ :option:`TINYCRYPT_AES ` select \ :option:`TINYCRYPT_AES_CMAC ` select \ :option:`BT_HOST_CCM ` depends on \ :option:`BT_OBSERVER ` && \ :option:`BT_BROADCASTER ` && \ :option:`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.)*