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
Data structure for BLE_L2CAP_EVT_CB_SDU_IND event.
Field Documentation
| Field | Description |
|---|---|
| leL2capId | Instance of l2cap session. |
| length | Length of SDU payload, in bytes. |
| payload | SDU payload. |
| frames | Number of frames reassembled for this SDU. |
