Data channel PDU header. More...
#include <lctr_pdu_conn.h>
| Data Fields | |
| uint8_t | llid | 
| uint8_t | nesn | 
| uint8_t | sn | 
| uint8_t | md | 
| uint8_t | len | 
Data channel PDU header.
Definition at line 66 of file lctr_pdu_conn.h.
| uint8_t len | 
Payload length.
Definition at line 72 of file lctr_pdu_conn.h.
| uint8_t llid | 
PDU type.
Definition at line 68 of file lctr_pdu_conn.h.
| uint8_t md | 
More Data.
Definition at line 71 of file lctr_pdu_conn.h.
| uint8_t nesn | 
Next Expected Sequence Number.
Definition at line 69 of file lctr_pdu_conn.h.
| uint8_t sn | 
Sequence Number.
Definition at line 70 of file lctr_pdu_conn.h.