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

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

Re-log stack/btm/btm_dev::btm_sec_alloc_dev am: afbe4633 am: 43fb0eca

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I35365dccdd099185cb5cff729d52fe4e8365cd5a
parents fc775f41 43fb0eca
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -216,8 +216,7 @@ tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) {

  tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec();

  BTM_TRACE_EVENT("%s: allocated p_dev_rec=%p, bd_addr=%s", __func__, p_dev_rec,
                  bd_addr.ToString().c_str());
  LOG_DEBUG("Allocated device record bd_addr:%s", PRIVATE_ADDRESS(bd_addr));

  /* Check with the BT manager if details about remote device are known */
  /* outgoing connection */