Advertising channel PDU header. More...
#include <lctr_pdu_adv.h>
| Data Fields | |
| uint8_t | pduType | 
| uint8_t | chSel | 
| bool_t | txAddrRnd | 
| bool_t | rxAddrRnd | 
| uint8_t | len | 
Advertising channel PDU header.
Definition at line 50 of file lctr_pdu_adv.h.
| uint8_t chSel | 
Channel selection.
Definition at line 53 of file lctr_pdu_adv.h.
| uint8_t len | 
Payload length.
Definition at line 56 of file lctr_pdu_adv.h.
| uint8_t pduType | 
PDU type.
Definition at line 52 of file lctr_pdu_adv.h.
| bool_t rxAddrRnd | 
Rx address type is random.
Definition at line 55 of file lctr_pdu_adv.h.
| bool_t txAddrRnd | 
Tx address type is random.
Definition at line 54 of file lctr_pdu_adv.h.