The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LWM2M_COAP_BLOCK_SIZE

LWM2M CoAP block-wise transfer size

Type: int

Help

CoAP block size used by LWM2M when performing block-wise transfers. Possible values: 16, 32, 64, 128, 256, 512 and 1024.

Direct dependencies

LWM2M && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/lwm2m/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:17

Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack

config LWM2M_COAP_BLOCK_SIZE
    int
    prompt "LWM2M CoAP block-wise transfer size" if LWM2M && NETWORKING
    range 64 1024 if LWM2M && NETWORKING
    default 256 if LWM2M && NETWORKING
    depends on LWM2M && NETWORKING
    help
      CoAP block size used by LWM2M when performing block-wise
      transfers. Possible values: 16, 32, 64, 128, 256, 512 and 1024.

(Definitions include propagated dependencies, including from if’s and menus.)