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

Commit a4bd8cf8 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Only initiate Codec Negotation if locally supported." am: 730dc789...

Merge "Only initiate Codec Negotation if locally supported." am: 730dc789 am: 5d5094fd am: 69a1ab56

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2461881



Change-Id: I103f24d3672939a17f9ce707a66f7e7729c830a4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d93d600a 69a1ab56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -593,6 +593,7 @@ void bta_ag_codec_negotiate(tBTA_AG_SCB* p_scb) {
  }

  if ((p_scb->codec_updated || p_scb->codec_fallback) &&
      (p_scb->features & BTA_AG_FEAT_CODEC) &&
      (p_scb->peer_features & BTA_AG_PEER_FEAT_CODEC)) {
    LOG_INFO("Starting codec negotiation");
    /* Change the power mode to Active until SCO open is completed. */