:orphan: .. title:: CONFIG_UPDATEHUB_DTLS .. kconfig:: CONFIG_UPDATEHUB_DTLS CONFIG_UPDATEHUB_DTLS ##################### *Activate communication CoAPS/DTLS* Type: ``bool`` Help ==== .. code-block:: none Enables DTLS communication between the UpdateHub client and the server Direct dependencies =================== \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`MBEDTLS ` - \ :kconfig:`MBEDTLS_ENABLE_HEAP ` - \ :kconfig:`NET_SOCKETS_SOCKOPT_TLS ` - \ :kconfig:`NET_SOCKETS_ENABLE_DTLS ` Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:74`` 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_DTLS bool "Activate communication CoAPS/DTLS" select MBEDTLS select MBEDTLS_ENABLE_HEAP select NET_SOCKETS_SOCKOPT_TLS select NET_SOCKETS_ENABLE_DTLS depends on UPDATEHUB help Enables DTLS communication between the UpdateHub client and the server *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*