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

Commit 4c049898 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

btm_loghistory stack/btm/btm_sco::BTM_CreateSco am: 53317402

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0c1704904b0f20abadf29d86639f344f8a62b7ae
parents 87e87653 53317402
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -452,6 +452,7 @@ tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,

      *p_sco_inx = xx;
      BTM_TRACE_API("%s: BTM_CreateSco succeeded", __func__);
      BTM_LogHistory("SCO", *remote_bda, "Connecting", "local initiated");
      return BTM_CMD_STARTED;
    }
  }