CC13xx Driver Library
rfc_bleAdvOutput_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

uint16_t nTxAdvInd
 Number of ADV*_IND packets completely transmitted. More...
 
uint8_t nTxScanRsp
 Number of SCAN_RSP packets transmitted. More...
 
uint8_t nRxScanReq
 Number of SCAN_REQ packets received OK and not ignored. More...
 
uint8_t nRxConnectReq
 Number of CONNECT_REQ packets received OK and not ignored. More...
 
uint8_t __dummy0
 
uint16_t nRxNok
 Number of packets received with CRC error. More...
 
uint16_t nRxIgnored
 Number of packets received with CRC OK, but ignored. More...
 
uint8_t nRxBufFull
 Number of packets received that did not fit in Rx queue. More...
 
int8_t lastRssi
 The RSSI of the last received packet. More...
 
ratmr_t timeStamp
 Time stamp of the last received packet. More...
 

Field Documentation

uint8_t rfc_bleAdvOutput_s::__dummy0
int8_t rfc_bleAdvOutput_s::lastRssi

The RSSI of the last received packet.

uint8_t rfc_bleAdvOutput_s::nRxBufFull

Number of packets received that did not fit in Rx queue.

uint8_t rfc_bleAdvOutput_s::nRxConnectReq

Number of CONNECT_REQ packets received OK and not ignored.

uint16_t rfc_bleAdvOutput_s::nRxIgnored

Number of packets received with CRC OK, but ignored.

uint16_t rfc_bleAdvOutput_s::nRxNok

Number of packets received with CRC error.

uint8_t rfc_bleAdvOutput_s::nRxScanReq

Number of SCAN_REQ packets received OK and not ignored.

uint16_t rfc_bleAdvOutput_s::nTxAdvInd

Number of ADV*_IND packets completely transmitted.

uint8_t rfc_bleAdvOutput_s::nTxScanRsp

Number of SCAN_RSP packets transmitted.

ratmr_t rfc_bleAdvOutput_s::timeStamp

Time stamp of the last received packet.