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 Subsystem>/mgmt/osdp/Kconfig.cp:37
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:15 → <Zephyr Subsystem>/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.)