1.2.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;
Description
Data structure for BLE_OTAPC_EVT_REQ_RSP_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
result | The request result. See Result code. |
maxFragImgSize | Maximum fragmented image size. |
imgStartIdx | The start index of image. |
fwImageVer | The version of current firmware image. |