fix ag example outgoing callback not triggered

Closes https://github.com/espressif/esp-idf/issues/4967
This commit is contained in:
liqigan
2020-10-13 12:02:17 +08:00
parent 3d8f16e05d
commit 783c5ecee2
9 changed files with 40 additions and 18 deletions

View File

@@ -389,7 +389,8 @@ typedef struct {
typedef struct {
tBTM_ESCO_INFO esco; /* Current settings */
#if BTM_SCO_HCI_INCLUDED == TRUE
#define BTM_SCO_XMIT_QUEUE_THRS 20
#define BTM_SCO_XMIT_QUEUE_THRS 30
#define BTM_SCO_XMIT_QUEUE_HIGH_WM 20
fixed_queue_t *xmit_data_q; /* SCO data transmitting queue */
INT16 sent_not_acked;
#endif