Transmit buffer descriptor. More...
#include <lctr_int_iso.h>
| Data Fields | |
| uint8_t * | pIsoSdu | 
| uint8_t * | pPduBuf | 
| uint16_t | isoLen | 
| uint8_t | fragLen | 
| uint8_t | fragCnt | 
| struct { | |
| uint8_t hdrLen | |
| uint8_t trlLen | |
| uint8_t hdr [(LL_ISO_DATA_HDR_LEN+LL_ISO_SEG_HDR_LEN+LL_ISO_SEG_TO_LEN)] | |
| uint8_t trl [LL_DATA_MIC_LEN] | |
| } | frag [] | 
Transmit buffer descriptor.
Definition at line 68 of file lctr_int_iso.h.
| struct { ... } frag[] | 
Fragmented Data PDU packet data.
| uint8_t fragCnt | 
Current fragmentation Tx count.
Definition at line 74 of file lctr_int_iso.h.
| uint8_t fragLen | 
Fragmentation length.
Definition at line 73 of file lctr_int_iso.h.
| uint8_t hdr[(LL_ISO_DATA_HDR_LEN+LL_ISO_SEG_HDR_LEN+LL_ISO_SEG_TO_LEN)] | 
Data PDU header.
Definition at line 79 of file lctr_int_iso.h.
| uint8_t hdrLen | 
Data PDU header length.
Definition at line 77 of file lctr_int_iso.h.
| uint16_t isoLen | 
ISO SDU length.
Definition at line 72 of file lctr_int_iso.h.
| uint8_t* pIsoSdu | 
ISO buffer.
Definition at line 70 of file lctr_int_iso.h.
| uint8_t* pPduBuf | 
PDU data buffer.
Definition at line 71 of file lctr_int_iso.h.
| uint8_t trl[LL_DATA_MIC_LEN] | 
Data PDU trailer (i.e., MIC).
Definition at line 80 of file lctr_int_iso.h.
| uint8_t trlLen | 
Data PDU trailer length.
Definition at line 78 of file lctr_int_iso.h.