:orphan: .. title:: OSDP_PD_POLL_RATE .. option:: 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. Direct dependencies =================== \ :option:`OSDP_MODE_CP ` && \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 20 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.cp:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``subsys/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_PD_POLL_RATE int "Number Peripheral Device POLL commands per second" default 20 depends on \ :option:`OSDP_MODE_CP ` && \ :option:`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.)*