nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_at_fota.h File Reference

Vendor-specific AT command for FOTA service. More...

#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

enum  fota_stage {
  FOTA_STAGE_INIT , FOTA_STAGE_DOWNLOAD , FOTA_STAGE_DOWNLOAD_ERASE_PENDING , FOTA_STAGE_DOWNLOAD_ERASED ,
  FOTA_STAGE_ACTIVATE , FOTA_STAGE_COMPLETE
}
 
enum  fota_status { FOTA_STATUS_OK , FOTA_STATUS_ERROR , FOTA_STATUS_CANCELLED }
 
bool slm_modem_full_fota
 
uint8_t slm_fota_type
 
enum fota_stage slm_fota_stage
 
enum fota_status slm_fota_status
 
int32_t slm_fota_info
 
int slm_at_fota_init (void)
 Initialize FOTA AT command parser.
 
int slm_at_fota_uninit (void)
 Uninitialize FOTA AT command parser.
 
void slm_fota_init_state (void)
 Sets the FOTA state variables to their default values.
 
void slm_fota_post_process (void)
 FOTA post-process after reboot.
 

Detailed Description

Vendor-specific AT command for FOTA service.