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
| Field | Description |
|---|---|
| leL2capId | Instance identifier of the L2CAP session. |
| length | Length of the Service Data Unit (SDU) payload, in bytes. |
| payload | Buffer containing the SDU payload. |
| frames | Number of lower-layer frames that were reassembled to form this complete SDU. |
