Searched defs:rfc_bleScannerOutput_s (Results 1 – 2 of 2) sorted by relevance
2701 struct __RFC_STRUCT rfc_bleScannerOutput_s { struct2702 uint16_t nTxScanReq; //!< Number of transmitted SCAN_REQ packets2703 …BackedOffScanReq; //!< Number of SCAN_REQ packets not sent due to backoff procedure2704 …dvOk; //!< Number of ADV*_IND packets received with CRC OK and not ignored2705 …RxAdvIgnored; //!< Number of ADV*_IND packets received with CRC OK, but ignored2706 …uint16_t nRxAdvNok; //!< Number of ADV*_IND packets received with CRC error2707 …canRspOk; //!< Number of SCAN_RSP packets received with CRC OK and not ignored2708 …RxScanRspIgnored; //!< Number of SCAN_RSP packets received with CRC OK, but ignored2709 …uint16_t nRxScanRspNok; //!< Number of SCAN_RSP packets received with CRC error2710 …BufFull; //!< Number of ADV*_IND packets received that did not fit in Rx queue[all …]