nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ LWM2M_CARRIER_EVENT_DEFERRED

#define LWM2M_CARRIER_EVENT_DEFERRED   7

#include <lib/bin/lwm2m_carrier/include/lwm2m_carrier.h>

This event indicates that the connection to the device management server has failed and will be retried later. This event is just for your information, nothing needs to be done.

The LWM2M_CARRIER_EVENT_DEFERRED event can appear instead of the LWM2M_CARRIER_EVENT_BOOTSTRAPPED or the LWM2M_CARRIER_EVENT_REGISTERED event.

lwm2m_carrier_event_t::data contains lwm2m_carrier_event_deferred_t to indicate what triggered the event.