1.6.3 OTA System Service Interface
Data Types and Constants Summary
Name | Description |
---|---|
SYS_OTA_CTRLMSG | Identifies the control message for which the client has called the SYS_OTA_CtrlMsg() |
SYS_OTA_STATUS | Provide status of OTA system |
SYS_OTA_RESULT | Result of a OTA system service client interface operation |
SYS_OTA_Config | Used for passing on the configuration related to the OTA service |
SYS_OTA_DATA | This structure holds the system service's data |
Initialization functions Summary
Name | Description |
---|---|
SYS_OTA_Initialize | Initialization of data structures of the OTA service |
Setup functions Summary
Name | Description |
---|---|
SYS_OTA_Task | Executes the SYS OTA service state machine |
SYS_OTA_CtrlMsg | Returns success/ failure for the control operation asked by the user. |
Registering call back function summary
Name | Description |
---|---|
ota_app_reg_cb | Registering OTA service callback function |