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

Commit 53317402 authored by Chris Manton's avatar Chris Manton
Browse files

btm_loghistory stack/btm/btm_sco::BTM_CreateSco

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I48603cf0fccc0eba5086ae9a6c0f3431382a824b
parent bc26aef3
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;
    }
  }