:orphan: .. title:: CONFIG_BT_MESH_PROXY .. kconfig:: CONFIG_BT_MESH_PROXY CONFIG_BT_MESH_PROXY #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_MESH_GATT_PROXY ` Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:104`` 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_PROXY bool depends on BT_CONN && BT_MESH && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*