The latest development version of this page may be more current than this released 2.7.5 version.

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

OSDP_MODE_CP && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • 20

Kconfig definition

At subsys/mgmt/osdp/Kconfig.cp:37

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:15subsys/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.)