BLE_L2CAP_EvtCbConnInd_T

C

typedef struct BLE_L2CAP_EvtCbConnInd_T
{
    uint8_t                     leL2capId;
    uint16_t                    connHandle;
    uint16_t                    spsm;
    uint16_t                    remoteMtu;
    uint16_t                    remoteMps;
    uint16_t                    initialCredits;
    uint16_t                    localCid;
    uint16_t                    remoteCid;
} BLE_L2CAP_EvtCbConnInd_T;

Description

Structure for BLE_L2CAP_EVT_CB_CONN_IND event.

Field Documentation

FieldDescription
leL2capIdInstance identifier of the L2CAP session.
connHandleConnection handle associated with this indication.
spsmService Protocol/Service Multiplexer value for the connection.
remoteMtuRemote device's Maximum Transmission Unit size, in bytes.
remoteMpsRemote device's Maximum PDU Payload Size, in bytes.
initialCreditsInitial number of credits provided to the remote device.
localCidLocal Channel Identifier assigned to this connection.
remoteCidRemote Channel Identifier assigned by the remote device.