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

FieldDescription
connHandleConnection handle for the firmware update request.
fwImageSizeSize of the new firmware image in bytes.
fwImageIdIdentifier of the new firmware image.
fwImageVerVersion of the new firmware image.
fwImageChksumChecksum of the new firmware image for validation.
fwImageCrc16CRC-16 checksum of the new firmware image for validation.
fwImageFileTypeFile type of the new firmware image. Refer to BLE_OTAPS_IMG_FILE_TYPE for possible values.