Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0155eb2a authored by Zyan Wu's avatar Zyan Wu Committed by Automerger Merge Worker
Browse files

Fix: give an event for AVDT_DELAY_REPORT_CFM_EVT am: 9f6a15ae

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/bt/+/14831524

Change-Id: I46777089d3bda7db9b09521dbfadf7efbf68644e
parents 69d0e5f3 9f6a15ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ static const uint16_t bta_av_stream_evt_ok[] = {
    BTA_AV_AVDT_RPT_CONN_EVT, /* AVDT_REPORT_CONN_EVT */
    BTA_AV_AVDT_RPT_CONN_EVT, /* AVDT_REPORT_DISCONN_EVT */
    BTA_AV_AVDT_DELAY_RPT_EVT, /* AVDT_DELAY_REPORT_EVT */
    0                          /* AVDT_DELAY_REPORT_CFM_EVT */
    BTA_AV_AVDT_DELAY_RPT_CFM_EVT, /* AVDT_DELAY_REPORT_CFM_EVT */
};

static const uint16_t bta_av_stream_evt_fail[] = {
@@ -157,7 +157,7 @@ static const uint16_t bta_av_stream_evt_fail[] = {
    BTA_AV_AVDT_RPT_CONN_EVT, /* AVDT_REPORT_CONN_EVT */
    BTA_AV_AVDT_RPT_CONN_EVT, /* AVDT_REPORT_DISCONN_EVT */
    BTA_AV_AVDT_DELAY_RPT_EVT, /* AVDT_DELAY_REPORT_EVT */
    0                          /* AVDT_DELAY_REPORT_CFM_EVT */
    BTA_AV_AVDT_DELAY_RPT_CFM_EVT, /* AVDT_DELAY_REPORT_CFM_EVT */
};

/***********************************************
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ enum {
  BTA_AV_AVDT_DISCONNECT_EVT,
  BTA_AV_ROLE_CHANGE_EVT,
  BTA_AV_AVDT_DELAY_RPT_EVT,
  BTA_AV_AVDT_DELAY_RPT_CFM_EVT,
  BTA_AV_ACP_CONNECT_EVT,
  BTA_AV_API_OFFLOAD_START_EVT,
  BTA_AV_API_OFFLOAD_START_RSP_EVT,