Connection establish. More...
#include <lctr_api.h>
Data Fields | |
lctrMsgHdr_t | hdr |
lctrConnInd_t | connInd |
uint32_t | connIndEndTsUsec |
uint8_t | peerIdAddrType |
uint8_t | usedChSel |
uint8_t | phy |
bool_t | sendAdvSetTerm |
uint8_t | numExtAdvEvents |
bool_t | isAuxConnReq |
uint64_t | peerIdAddr |
uint64_t | peerRpa |
uint64_t | localRpa |
Connection establish.
Definition at line 149 of file lctr_api.h.
lctrConnInd_t connInd |
Connection indication.
Definition at line 152 of file lctr_api.h.
uint32_t connIndEndTsUsec |
Connection indication packet end timestamp in microseconds.
Definition at line 153 of file lctr_api.h.
lctrMsgHdr_t hdr |
Message header.
Definition at line 151 of file lctr_api.h.
bool_t isAuxConnReq |
True if AUX_CON_REQ is received, False if CONN_IND is received.
Definition at line 159 of file lctr_api.h.
uint64_t localRpa |
Local RPA.
Definition at line 162 of file lctr_api.h.
uint8_t numExtAdvEvents |
Number of completed extended advertising events.
Definition at line 158 of file lctr_api.h.
uint64_t peerIdAddr |
Peer identity address.
Definition at line 160 of file lctr_api.h.
uint8_t peerIdAddrType |
Peer identity address type.
Definition at line 154 of file lctr_api.h.
uint64_t peerRpa |
Peer RPA.
Definition at line 161 of file lctr_api.h.
uint8_t phy |
PHY selection.
Definition at line 156 of file lctr_api.h.
bool_t sendAdvSetTerm |
Send Advertising Set Termination event.
Definition at line 157 of file lctr_api.h.
uint8_t usedChSel |
Used channel selection.
Definition at line 155 of file lctr_api.h.