53#define SCHEME_COAPS "coaps://" 
   54#define SCHEME_COAP "coap://" 
   82                                   uint8_t *buffer, 
size_t num_bytes,
 
struct lwm2m_client_connection lwm2m_client_connection_t
Connection to server descriptor.
 
lwm2m_client_connection_type_t
Type of connection to the LwM2M server.
 
struct _sock_tl_ep sock_udp_ep_t
An end point for a UDP sock object.
 
Definitions for IPv6 addresses.
 
Definitions and public API for a LwM2M client using Wakaama.
 
LwM2M client configurations.
 
lwm2m_client_connection_t * lwm2m_client_connection_find(lwm2m_client_connection_t *conn_list, const sock_udp_ep_t *remote, lwm2m_client_connection_type_t type)
Tries to find an existing connection based on a remote UDP endpoint.
 
int lwm2m_connection_handle_packet(lwm2m_client_connection_t *conn, uint8_t *buffer, size_t num_bytes, lwm2m_client_data_t *client_data)
Handles a received packet from a connection.