BLE_L2CAP_EvtCbConnFailInd_T

C

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

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.