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

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

Re-log stack/l2cap/l2c_link::l2c_link_timeout am: d6f7287a am: 1342b9fa am: 8064efd3

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2e96dd051b2fa749a7f07b64a1a5e8431437ce4f
parents bf93f671 8064efd3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -451,9 +451,9 @@ void l2c_link_timeout(tL2C_LCB* p_lcb) {
  tL2C_CCB* p_ccb;
  tBTM_STATUS rc;

  LOG_DEBUG(
      "L2CAP - l2c_link_timeout() link state %d first CCB %p is_bonding:%d",
      p_lcb->link_state, p_lcb->ccb_queue.p_first_ccb, p_lcb->IsBonding());
  LOG_DEBUG("L2CAP - l2c_link_timeout() link state:%s is_bonding:%s",
            link_state_text(p_lcb->link_state).c_str(),
            logbool(p_lcb->IsBonding()).c_str());

  /* If link was connecting or disconnecting, clear all channels and drop the
   * LCB */