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
| Field | Description |
|---|---|
| fwImageSize | Size of the new firmware image. |
| fwImageId | Identifier of the new firmware image. |
| fwImageVer | Version of the new firmware image. |
| fwImageEnc | Encryption method used for the new firmware image. See OTAPC encryption type definitions. |
| fwImageChksum | Checksum of the new firmware image. |
| fwImageFileType | File type of the new firmware image. See OTAPC file type definitions. |
| fwImageCrc16 | CRC-16 checksum of the new firmware image. |
