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 <Subsystem>/bluetooth/mesh/Kconfig:111

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

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

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