Searched defs:RCL_STATS_CONNECTION_t (Results 1 – 1 of 1) sorted by relevance
585 struct RCL_STATS_CONNECTION_t { struct587 {591 } config; /*!< Configuration provided to RCL */592 uint8_t anchorValid; /*!< Returns 1 if %anchorPoint is updated; 0 otherwise */593 int8_t lastRssi; /*!< RSSI of last received packet */594 uint32_t anchorPoint; /*!< Peripheral only: Timestamp of first received packet */595 uint8_t nTxDone; /*!< Number of TX buffers finished because ACK is received */596 uint8_t nTxAck; /*!< Number of ACKs received on transmitted packets */597 uint8_t nTxCtlAck; /*!< Number of ACKs received on transmitted control packets */598 uint8_t nTxCtl; /*!< Number of control packets transmitted */[all …]