Home
last modified time | relevance | path

Searched defs:ag_pkt_status_nums (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h217 struct ag_pkt_status_nums { struct
218 uint32_t rx_total; /*!< the total number of packets received */
219 uint32_t rx_correct; /*!< the total number of packets data correctly received */
220 uint32_t rx_err; /*!< the total number of packets data with possible invalid */
221 uint32_t rx_none; /*!< the total number of packets data no received */
222 uint32_t rx_lost; /*!< the total number of packets data partially lost */
223 uint32_t tx_total; /*!< the total number of packets send */
224 uint32_t tx_discarded; /*!< the total number of packets send lost */