BLE_OTAPC_EvtStartRspInd_T
C
typedef struct BLE_OTAPC_EvtStartRspInd_T
{
uint16_t connHandle;
uint8_t result;
} BLE_OTAPC_EvtStartRspInd_T;Description
Structure for the BLE_OTAPC_EVT_START_RSP_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| result | Result of the start OTA process request. See OTAPC result code definitions. |
