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
Field | Description |
---|---|
connHandle | Connection handle associated with this failure indication. |
spsm | Service Protocol/Service Multiplexer value associated with the failed connection. |
result | Result code indicating the reason for the connection failure. |