CONFIG_OSDP_PD_POLL_RATE
Number Peripheral Device POLL commands per second
Type: int
Help
The Control Panel must query the Peripheral Device periodically to
maintain connection sequence and to get status and events. This option
defined the number of times such a POLL command is sent per second.
Default
20
Kconfig definition
At <Zephyr>/subsys/mgmt/osdp/Kconfig.cp:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:15
→ <Zephyr>/subsys/mgmt/osdp/Kconfig:106
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_PD_POLL_RATE
int "Number Peripheral Device POLL commands per second"
default 20
depends on OSDP_MODE_CP && OSDP
help
The Control Panel must query the Peripheral Device periodically to
maintain connection sequence and to get status and events. This option
defined the number of times such a POLL command is sent per second.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)