Periodic sync indication PDU. More...
#include <lctr_pdu_conn.h>
Data Fields | |
uint16_t | id |
uint8_t | syncInfo [LL_SYNC_INFO_LEN] |
uint16_t | ceCounter |
uint16_t | lastPECounter |
uint8_t | sid |
uint8_t | aType |
uint8_t | sca |
uint8_t | phy |
uint64_t | advA |
uint16_t | syncConnEvtCounter |
Periodic sync indication PDU.
Definition at line 186 of file lctr_pdu_conn.h.
uint64_t advA |
Advertiser's address in the periodic advertising.
Definition at line 196 of file lctr_pdu_conn.h.
uint8_t aType |
Address type of periodic advertising.
Definition at line 193 of file lctr_pdu_conn.h.
uint16_t ceCounter |
Reference connection event counter.
Definition at line 190 of file lctr_pdu_conn.h.
uint16_t id |
identifier provided by the host.
Definition at line 188 of file lctr_pdu_conn.h.
uint16_t lastPECounter |
paEventCounter applying to AUX_SYNC_IND PDU.
Definition at line 191 of file lctr_pdu_conn.h.
uint8_t phy |
PHY used by the periodic advertising.
Definition at line 195 of file lctr_pdu_conn.h.
uint8_t sca |
Sleep clock accuracy of the device sending this PDU.
Definition at line 194 of file lctr_pdu_conn.h.
uint8_t sid |
Advertising SID subfield.
Definition at line 192 of file lctr_pdu_conn.h.
uint16_t syncConnEvtCounter |
Connection event counter when the contents of the PDU is determined.
Definition at line 197 of file lctr_pdu_conn.h.
uint8_t syncInfo[LL_SYNC_INFO_LEN] |
Syncinfo field.
Definition at line 189 of file lctr_pdu_conn.h.