feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent

This commit is contained in:
chenqingqing
2023-08-18 14:31:16 +08:00
parent 55cdf8434b
commit 75efaa6465
23 changed files with 500 additions and 50 deletions
@@ -436,6 +436,7 @@ typedef struct {
#define BTM_SCO_XMIT_QUEUE_HIGH_WM 20
fixed_queue_t *xmit_data_q; /* SCO data transmitting queue */
INT16 sent_not_acked;
tBTM_SCO_PKT_STAT_NUMS pkt_stat_nums;
#endif
tBTM_SCO_CB *p_conn_cb; /* Callback for when connected */
tBTM_SCO_CB *p_disc_cb; /* Callback for when disconnect */