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

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

Re-log stack/btm/btm_sec::btm_sec_connected am: 693eed21

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2d43d401d808cabee917235e39660e543436f1fa
parents eeeae59f 693eed21
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 {