fix ag example outgoing callback not triggered
Closes https://github.com/espressif/esp-idf/issues/4967
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user