:orphan: .. title:: UPDATEHUB_DTLS .. option:: CONFIG_UPDATEHUB_DTLS *Activate communication CoAPS/DTLS* Type: ``bool`` Help ==== Enables DTLS communication between the UpdateHub client and the server Direct dependencies =================== \ :option:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MBEDTLS ` - \ :option:`MBEDTLS_ENABLE_HEAP ` - \ :option:`NET_SOCKETS_SOCKOPT_TLS ` - \ :option:`NET_SOCKETS_ENABLE_DTLS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/updatehub/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. parsed-literal:: config UPDATEHUB_DTLS bool "Activate communication CoAPS/DTLS" select \ :option:`MBEDTLS ` select \ :option:`MBEDTLS_ENABLE_HEAP ` select \ :option:`NET_SOCKETS_SOCKOPT_TLS ` select \ :option:`NET_SOCKETS_ENABLE_DTLS ` depends on \ :option:`UPDATEHUB ` help Enables DTLS communication between the UpdateHub client and the server *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*