Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h260 struct hf_client_pkt_status_nums { struct
261 uint32_t rx_total; /*!< the total number of packets received */
262 uint32_t rx_correct; /*!< the total number of packets data correctly received */
263 uint32_t rx_err; /*!< the total number of packets data with possible invalid */
264 uint32_t rx_none; /*!< the total number of packets data no received */
265 uint32_t rx_lost; /*!< the total number of packets data partially lost */
266 uint32_t tx_total; /*!< the total number of packets send */
267 uint32_t tx_discarded; /*!< the total number of packets send lost */