-
CONFIG_LWM2M_DEVICE_ERROR_CODE_MAX
¶
Maximum # of device obj error codes to store
Type: int
Help¶
This value sets the maximum number of error codes that the device object will store before ignoring new values.
Defaults¶
- 10 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:201
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_DEVICE_ERROR_CODE_MAX int prompt "Maximum # of device obj error codes to store" ifLWM2M
&&NETWORKING
range 1 20 ifLWM2M
&&NETWORKING
default 10 ifLWM2M
&&NETWORKING
depends onLWM2M
&&NETWORKING
help This value sets the maximum number of error codes that the device object will store before ignoring new values.
(Definitions include propagated dependencies, including from if’s and menus.)