CONFIG_LWM2M_ENGINE_MAX_OBSERVER

Maximum # of observable LWM2M resources

Type: int

Help

This value sets the maximum number of resources which can be added to the observe notification list.

Direct dependencies

LWM2M && NETWORKING

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

Defaults

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:17

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

config LWM2M_ENGINE_MAX_OBSERVER
    int
    prompt "Maximum # of observable LWM2M resources" if LWM2M && NETWORKING
    range 5 200 if LWM2M && NETWORKING
    default 10 if LWM2M && NETWORKING
    depends on LWM2M && NETWORKING
    help
      This value sets the maximum number of resources which can be
      added to the observe notification list.

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