BLE_L2CAP_EvtErrInd_T

C

typedef struct BLE_L2CAP_EvtErrInd_T
{
    uint16_t                    connHandle;
    uint16_t                    reason;
} BLE_L2CAP_EvtErrInd_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this failure indication.
reasonReason code indicating the reason for the error encountering. See BLE_L2CAP_ERR_REASON.