:orphan: .. title:: CONFIG_BT_MESH_PROXY_MSG_LEN .. kconfig:: CONFIG_BT_MESH_PROXY_MSG_LEN CONFIG_BT_MESH_PROXY_MSG_LEN ############################ *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`BT_MESH_GATT ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 66 if \ :kconfig:`BT_MESH_PB_GATT ` - 33 if \ :kconfig:`BT_MESH_GATT_PROXY ` Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:199`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig config BT_MESH_PROXY_MSG_LEN int default 66 if BT_MESH_PB_GATT default 33 if BT_MESH_GATT_PROXY depends on BT_MESH_GATT && BT_CONN && BT_MESH && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*