Developer World
Spresense SDK Library v3.2.0-ebc0364
Ltelwm2m_macro_fwupnote
Collaboration diagram for Ltelwm2m_macro_fwupnote:

Firmware update notifies

Event to notice when firmware update reporting by lwm2mstub_fwupstate_cb_t callback

#define LWM2MSTUB_FWUP_PEND_DL   (0)
 Downloading firmware image is pending.
 
#define LWM2MSTUB_FWUP_PEND_UPD   (1)
 Updating downloaded firmware is pending.
 
#define LWM2MSTUB_FWUP_COMP_DL   (2)
 Downloading firmware image is completed.
 
#define LWM2MSTUB_FWUP_FAIL_DL   (3)
 Failed the downloading firmware.
 
#define LWM2MSTUB_FWUP_CANCELED   (4)
 Firmware updating is canceled by server.
 

Detailed Description