BLE_OTAPS_EvtUpdateReq_T
C
typedef struct BLE_OTAPS_EvtUpdateReq_T { uint16_t connHandle; uint32_t fwImageSize; uint32_t fwImageId; uint32_t fwImageVer; uint16_t fwImageChksum; uint16_t fwImageCrc16; uint8_t fwImageFileType; } BLE_OTAPS_EvtUpdateReq_T;
Description
Structure for the BLE_OTAPS_EVT_UPDATE_REQ event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle for the firmware update request. |
fwImageSize | Size of the new firmware image in bytes. |
fwImageId | Identifier of the new firmware image. |
fwImageVer | Version of the new firmware image. |
fwImageChksum | Checksum of the new firmware image for validation. |
fwImageCrc16 | CRC-16 checksum of the new firmware image for validation. |
fwImageFileType | File type of the new firmware image. Refer to OTAPS image file type definitions for possible values. |