CONFIG_LWM2M_COAP_MAX_MSG_SIZE

LWM2M CoAP maximum message size

Type: int

Help

CoAP message size used by LWM2M. Minimum is the block size used
in blockwise transfers.

Direct dependencies

LWM2M && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Subsystem>/net/lib/lwm2m/Kconfig:89

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:87<Subsystem>/net/lib/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack

config LWM2M_COAP_MAX_MSG_SIZE
    int "LWM2M CoAP maximum message size"
    default LWM2M_COAP_BLOCK_SIZE
    depends on LWM2M && NETWORKING
    help
      CoAP message size used by LWM2M. Minimum is the block size used
      in blockwise transfers.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)