1.1.2.3.4.1.3.8 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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
resultThe request result. See Result code.
maxFragImgSizeMaximum fragmented image size.
imgStartIdxThe start index of image.
fwImageVerThe version of current firmware image.