:orphan: .. title:: CONFIG_MCUMGR_SMP_UDP_PORT .. kconfig:: CONFIG_MCUMGR_SMP_UDP_PORT CONFIG_MCUMGR_SMP_UDP_PORT ########################## *UDP SMP port* Type: ``int`` Help ==== .. code-block:: none UDP port that SMP server will listen for SMP commands on. Direct dependencies =================== \ :kconfig:`MCUMGR_SMP_UDP ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1337 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:376`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport .. code-block:: kconfig config MCUMGR_SMP_UDP_PORT int "UDP SMP port" default 1337 depends on MCUMGR_SMP_UDP && MCUMGR help UDP port that SMP server will listen for SMP commands on. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*