CONFIG_PELION_TRANSPORT_MODE_UDP

UDP

Type: bool

Help

Data is sent over UDP. Device actively listens for incoming messages.
Recommended for low-bandwidth applications.

Direct dependencies

<choice: Transport mode (TCP/UDP/UDP Queue)>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.client:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:26/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:30

Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Transport mode (TCP/UDP/UDP Queue)

config PELION_TRANSPORT_MODE_UDP
    bool "UDP"
    depends on <choice>
    help
      Data is sent over UDP. Device actively listens for incoming messages.
      Recommended for low-bandwidth applications.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)