:orphan: .. title:: CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL_RESTORE_RETRY_TIME .. kconfig:: CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL_RESTORE_RETRY_TIME CONFIG_MCUMGR_SMP_BT_LATENCY_CONTROL_RESTORE_RETRY_TIME ####################################################### *Connection latency restore retry time in milliseconds* Type: ``int`` Help ==== .. code-block:: none In case connection latency restoration fails due to an error, this option specifies the time after retry to set the default latency (:kconfig:`MCUMGR_SMP_BT_LATENCY_CONTROL_DEFAULT_LATENCY`) would be executed. Direct dependencies =================== \ :kconfig:`MCUMGR_SMP_BT_LATENCY_CONTROL ` && \ :kconfig:`MCUMGR_SMP_BT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:408`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Bluetooth mcumgr SMP transport → Request low latency connection when handling SMP commands .. code-block:: kconfig config MCUMGR_SMP_BT_LATENCY_CONTROL_RESTORE_RETRY_TIME int "Connection latency restore retry time in milliseconds" range 1 5000 default 1000 depends on MCUMGR_SMP_BT_LATENCY_CONTROL && MCUMGR_SMP_BT && MCUMGR help In case connection latency restoration fails due to an error, this option specifies the time after retry to set the default latency (:kconfig:`MCUMGR_SMP_BT_LATENCY_CONTROL_DEFAULT_LATENCY`) would be executed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*