:orphan: .. title:: CONFIG_UPDATEHUB_COAP_CONN_TIMEOUT .. kconfig:: CONFIG_UPDATEHUB_COAP_CONN_TIMEOUT CONFIG_UPDATEHUB_COAP_CONN_TIMEOUT ################################## *CoAP connection timeout in seconds* Type: ``int`` Help ==== .. code-block:: none Set the CoAP connection timeout value. Direct dependencies =================== \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. code-block:: kconfig config UPDATEHUB_COAP_CONN_TIMEOUT int "CoAP connection timeout in seconds" range 1 360 default 10 depends on UPDATEHUB help Set the CoAP connection timeout value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*