BLE_L2CAP_EvtCbSduInd_T

C

typedef struct BLE_L2CAP_EvtCbSduInd_T
{
    uint8_t                     leL2capId;
    uint16_t                    length;
    uint8_t                     payload[BLE_L2CAP_MAX_PDU_SIZE];
    uint8_t                     frames;
} BLE_L2CAP_EvtCbSduInd_T;

Description

Structure for BLE_L2CAP_EVT_CB_SDU_IND event.

Field Documentation

FieldDescription
leL2capIdInstance identifier of the L2CAP session.
lengthLength of the Service Data Unit (SDU) payload, in bytes.
payloadBuffer containing the SDU payload.
framesNumber of lower-layer frames that were reassembled to form this complete SDU.