BLE_OTAPC_Req_T

C

typedef struct BLE_OTAPC_Req_T
{
    uint32_t        fwImageSize;
    uint32_t        fwImageId;
    uint32_t        fwImageVer;
    uint8_t         fwImageEnc;
    uint16_t        fwImageChksum;
    uint8_t         fwImageFileType;
    uint16_t        fwImageCrc16;
} BLE_OTAPC_Req_T;

Description

Structure containing update request information.

Field Documentation

FieldDescription
fwImageSizeSize of the new firmware image.
fwImageIdIdentifier of the new firmware image.
fwImageVerVersion of the new firmware image.
fwImageEncEncryption method used for the new firmware image. See OTAPC encryption type definitions.
fwImageChksumChecksum of the new firmware image.
fwImageFileTypeFile type of the new firmware image. See OTAPC file type definitions.
fwImageCrc16CRC-16 checksum of the new firmware image.