BLE_L2CAP_EvtCbConnFailInd_T

C

typedef struct BLE_L2CAP_EvtCbConnFailInd_T
{
    uint16_t                    connHandle;
    uint16_t                    spsm;
    uint16_t                    result;
} BLE_L2CAP_EvtCbConnFailInd_T;

Description

Structure for BLE_L2CAP_EVT_CB_CONN_FAIL_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this failure indication.
spsmService Protocol/Service Multiplexer value associated with the failed connection.
resultResult code indicating the reason for the connection failure.