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

Commit 2589860e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "A2DP: Reply AVDT_StartReq failure to upper-layer" am: 1ba001f0 am: 07e4acdc

Change-Id: Id25155e4433b86e2864fe1c3e0a91e24e557848d
parents 9c58e304 07e4acdc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1916,6 +1916,7 @@ void bta_av_do_start(tBTA_AV_SCB* p_scb, tBTA_AV_DATA* p_data) {
  if (result != AVDT_SUCCESS) {
    LOG_ERROR(LOG_TAG, "%s: AVDT_StartReq failed for peer %s result:%d",
              __func__, p_scb->PeerAddress().ToString().c_str(), result);
    bta_av_start_failed(p_scb, p_data);
  }
  LOG_INFO(LOG_TAG,
           "%s: peer %s start requested: sco_occupied:%s role:0x%x "