14#ifndef ZEPHYR_INCLUDE_MGMT_SMP_UDP_H_
15#define ZEPHYR_INCLUDE_MGMT_SMP_UDP_H_
52#if defined(CONFIG_SMP_CLIENT) || defined(__DOXYGEN__)
int smp_client_udp_set_host_addr(struct smp_client_object *obj, struct sockaddr *addr)
Set host address for smp_client_object.
int smp_udp_open(void)
Enables the UDP SMP MCUmgr transport thread(s) which will open a socket and listen to requests.
int smp_udp_close(void)
Disables the UDP SMP MCUmgr transport thread(s) which will close open sockets.
IPv6 and IPv4 definitions.
SMP client object.
Definition smp_client.h:26