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 b821025312
commit 743c1c1f20
9 changed files with 40 additions and 18 deletions
@@ -522,7 +522,7 @@ esp_err_t esp_bt_hf_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_h
#if (BTM_SCO_HCI_INCLUDED == TRUE)
void esp_hf_outgoing_data_ready(void)
{
BTA_AgCiData();
btc_hf_ci_sco_data();
}
#endif /* #if (BTM_SCO_HCI_INCLUDED == TRUE ) */