:orphan: .. title:: CONFIG_BT_MESH_CDB .. kconfig:: CONFIG_BT_MESH_CDB CONFIG_BT_MESH_CDB ################## *Mesh Configuration Database [EXPERIMENTAL]* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_MESH_PROVISIONER ` Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig config BT_MESH_CDB bool "Mesh Configuration Database [EXPERIMENTAL]" default y if BT_MESH_PROVISIONER depends on BT_MESH && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*