nRF Connect SDK API 2.8.99
|
void lwm2m_utils_connection_manage | ( | struct lwm2m_ctx * | client, |
enum lwm2m_rd_client_event * | client_event ) |
#include <include/net/lwm2m_client_utils.h>
LwM2M utils connection event handler.
This function should be called from an event handler registered to lwm2m_rd_client_start() before normal event handler part.
client | client A pointer to LwM2M context. |
client_event | A pointer to LwM2M RD client events. |