1.1.1.3.2 OTA_SERVICE_Transport_Tasks

C

SYS_STATUS OTA_SERVICE_Transport_Tasks(OTA_DOWNLOAD_TASK_CONTEXT *ctx)

Summary

Start OTA Transport layer task

Description

This function will handle the state machine for OTA transport related task. This will initialize transport layer and will start image download and send acknowledgment to RNBD module.

Precondition

None.

Parameters

ParamDescription
OTA_DOWNLOAD_TASK_CONTEXT

This structure pertains to the OTA Transport download task.

Returns

A SYS_STATUS code describing the current status.

Remarks

None.