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
Field | Description |
---|---|
leL2capId | Instance identifier of the L2CAP session. |
connHandle | Connection handle associated with this indication. |
spsm | Service Protocol/Service Multiplexer value for the connection. |
remoteMtu | Remote device's Maximum Transmission Unit size, in bytes. |
remoteMps | Remote device's Maximum PDU Payload Size, in bytes. |
initialCredits | Initial number of credits provided to the remote device. |
localCid | Local Channel Identifier assigned to this connection. |
remoteCid | Remote Channel Identifier assigned by the remote device. |