-
CONFIG_LWM2M_SERVER_INSTANCE_COUNT
¶
Maximum # of LWM2M Server object instances
Type: int
Help¶
This setting establishes the total count of LWM2M Server instances available to the client (including: bootstrap and regular servers).
Defaults¶
- 1 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:110
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:17
Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack
config LWM2M_SERVER_INSTANCE_COUNT int prompt "Maximum # of LWM2M Server object instances" ifLWM2M
&&NETWORKING
range 1 10 ifLWM2M
&&NETWORKING
default 1 ifLWM2M
&&NETWORKING
depends onLWM2M
&&NETWORKING
help This setting establishes the total count of LWM2M Server instances available to the client (including: bootstrap and regular servers).
(Definitions include propagated dependencies, including from if’s and menus.)