CONFIG_BT_MESH_PROXY_MSG_LEN

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

BT_MESH_GATT && BT_CONN && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:112

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:199

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL]

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.)