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

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

log: Swap proper initiator am: f13a2245 am: 3f73d374 am: c8ed0ced

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

Change-Id: I5c2bb0f42ee731f3e8ec395561c2678a1cbf523f
parents ae48fc79 c8ed0ced
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ void bta_hh_open_cmpl_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) {
  BTM_LogHistory(kBtmLogTag, p_cb->addr, "Opened",
                 base::StringPrintf(
                     "%s initiator:%s", (p_cb->is_le_device) ? "le" : "classic",
                     (p_cb->incoming_conn) ? "local" : "remote"));
                     (p_cb->incoming_conn) ? "remote" : "local"));

  if (!p_cb->is_le_device)
  {