-
CONFIG_LWM2M_NUM_ATTR
¶
Maximum # of LWM2M attributes
Type: int
Help¶
This value sets up the maximum number of LwM2M attributes that we can handle at the same time.
Defaults¶
- 20 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:209
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_NUM_ATTR int prompt "Maximum # of LWM2M attributes" ifLWM2M
&&NETWORKING
default 20 ifLWM2M
&&NETWORKING
depends onLWM2M
&&NETWORKING
help This value sets up the maximum number of LwM2M attributes that we can handle at the same time.
(Definitions include propagated dependencies, including from if’s and menus.)