-
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.
Defaults¶
- 10 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:51
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/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" ifLWM2M
&&NETWORKING
range 5 200 ifLWM2M
&&NETWORKING
default 10 ifLWM2M
&&NETWORKING
depends onLWM2M
&&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.)