:orphan: .. title:: CONFIG_OSDP_SC_RETRY_WAIT_SEC .. kconfig:: CONFIG_OSDP_SC_RETRY_WAIT_SEC CONFIG_OSDP_SC_RETRY_WAIT_SEC ############################# *Retry wait time in seconds after a Secure Channel error* Type: ``int`` Help ==== .. code-block:: none Time in seconds to wait after a secure channel failure, and before retrying to establish it. Direct dependencies =================== \ :kconfig:`OSDP_SC_ENABLED ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 600 Kconfig definition ================== At ``/mgmt/osdp/Kconfig:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → Enable OSDP Secure Channel .. code-block:: kconfig config OSDP_SC_RETRY_WAIT_SEC int "Retry wait time in seconds after a Secure Channel error" default 600 depends on OSDP_SC_ENABLED && OSDP help Time in seconds to wait after a secure channel failure, and before retrying to establish it. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*