-
CONFIG_LWM2M_SERVER_DEFAULT_PMIN
¶
Default server record PMIN
Type: int
Help¶
Default minimum amount of time in seconds the client must wait between notifications. If a resource has to be notified during this minimum time period, the notification must be sent after the time period expires.
Default¶
10
Kconfig definition¶
At <Zephyr>/subsys/net/lib/lwm2m/Kconfig:164
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack
config LWM2M_SERVER_DEFAULT_PMIN int "Default server record PMIN" default 10 depends onLWM2M
&&NETWORKING
help Default minimum amount of time in seconds the client must wait between notifications. If a resource has to be notified during this minimum time period, the notification must be sent after the time period expires.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)