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

◆ LWM2M_CARRIER_EVENT_BOOTSTRAPPED

#define LWM2M_CARRIER_EVENT_BOOTSTRAPPED   4

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

This event indicates that the bootstrap sequence is complete, and that the device is ready to be registered. This event is just for your information, nothing needs to be done.

This event is triggered for carriers that use a bootstrap server (all except LWM2M_CARRIER_SOFTBANK):

  • In case of LWM2M_CARRIER_LG_UPLUS at every startup.
  • For all other carriers only at first startup.
  • After doing a full erase of the flash (same as "first startup").
  • After switching SIM card to a different carrier that uses a bootstrap server.
  • After the server has executed the OMA LwM2M Server object Bootstrap-request trigger resource (/1/x/9).
  • After the server has executed the OMA LwM2M Device object Factory Reset resource (/3/0/5).