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
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| result | Result of the firmware update request. See OTAPC result code definitions. |
| maxFragImgSize | Maximum size for fragmented image packets. |
| imgStartIdx | Start index for the image update. |
| fwImageVer | Version of the current firmware image. |
