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

Commit 693eed21 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log stack/btm/btm_sec::btm_sec_connected

Towards loggable code

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

Change-Id: I0d613230cdc7a0701aa848effa129cc4b8c58b4b
parent 5ac4b918
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3356,7 +3356,8 @@ void btm_sec_connected(const RawAddress& bda, uint16_t handle,
  }

  if (!p_dev_rec) {
    /* There is no device record for new connection.  Allocate one */
    LOG_DEBUG("Allocating new device record for new connection peer:%s",
              PRIVATE_ADDRESS(bda));
    if (status == HCI_SUCCESS) {
      p_dev_rec = btm_sec_alloc_dev(bda);
    } else {