#include <rf_ble_cmd.h>
Data Fields | |
| uint8_t | nTxConnectReq |
| Number of transmitted CONNECT_IND (CONNECT_REQ) packets. More... | |
| uint8_t | nRxAdvOk |
| Number of ADV*_IND packets received with CRC OK and not ignored. More... | |
| uint16_t | nRxAdvIgnored |
| Number of ADV*_IND packets received with CRC OK, but ignored. More... | |
| uint16_t | nRxAdvNok |
| Number of ADV*_IND packets received with CRC error. More... | |
| uint8_t | nRxAdvBufFull |
| Number of ADV*_IND packets received that did not fit in Rx queue. More... | |
| int8_t | lastRssi |
| The RSSI of the last received packet (signed) More... | |
| ratmr_t | timeStamp |
| Time stamp of the received ADV*_IND packet that caused transmission of CONNECT_IND (CONNECT_REQ) More... | |
| int8_t rfc_bleInitiatorOutput_s::lastRssi |
The RSSI of the last received packet (signed)
| uint8_t rfc_bleInitiatorOutput_s::nRxAdvBufFull |
Number of ADV*_IND packets received that did not fit in Rx queue.
| uint16_t rfc_bleInitiatorOutput_s::nRxAdvIgnored |
Number of ADV*_IND packets received with CRC OK, but ignored.
| uint16_t rfc_bleInitiatorOutput_s::nRxAdvNok |
Number of ADV*_IND packets received with CRC error.
| uint8_t rfc_bleInitiatorOutput_s::nRxAdvOk |
Number of ADV*_IND packets received with CRC OK and not ignored.
| uint8_t rfc_bleInitiatorOutput_s::nTxConnectReq |
Number of transmitted CONNECT_IND (CONNECT_REQ) packets.
| ratmr_t rfc_bleInitiatorOutput_s::timeStamp |
Time stamp of the received ADV*_IND packet that caused transmission of CONNECT_IND (CONNECT_REQ)