BLE_OTAPC_EvtReqRspInd_T

C

typedef struct BLE_OTAPC_EvtReqRspInd_T
{
    uint16_t        connHandle;
    uint8_t         result;
    uint16_t        maxFragImgSize;
    uint32_t        imgStartIdx;
    uint32_t        fwImageVer;
} BLE_OTAPC_EvtReqRspInd_T;

Description

Structure for the BLE_OTAPC_EVT_REQ_RSP_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
resultResult of the firmware update request. See OTAPC result code definitions.
maxFragImgSizeMaximum size for fragmented image packets.
imgStartIdxStart index for the image update.
fwImageVerVersion of the current firmware image.