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

Commit 43fb0eca 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie42baf86e1553b17ee3cc214c998d480c660f8ab
parents a2fbcf13 afbe4633
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 */