BLE_OTAPC_EvtCompleteRspInd_T
C
typedef struct BLE_OTAPC_EvtCompleteRspInd_T
{
    uint16_t        connHandle;
    uint8_t         result;
} BLE_OTAPC_EvtCompleteRspInd_T;Description
Data structure for BLE_OTAPC_EVT_COMPLETE_RSP_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| result | The start result. See Result code. | 
