BLE_OTAPC_EvtConnectInd_T
C
typedef struct BLE_OTAPC_EvtConnectInd_T
{
uint16_t connHandle;
} BLE_OTAPC_EvtConnectInd_T;Description
Data structure for BLE_OTAPC_EVT_CONNECT_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
