BLE_L2CAP_EvtErrInd_T
C
typedef struct BLE_L2CAP_EvtErrInd_T
{
uint16_t connHandle;
uint16_t reason;
} BLE_L2CAP_EvtErrInd_T;Description
Structure for BLE_L2CAP_EVT_ERR_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this failure indication. |
| reason | Reason code indicating the reason for the error encountering. See BLE_L2CAP_ERR_REASON. |
