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

Commit 8064efd3 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I06871b929a75b955d19eba4395dc39fdc39383b6
parents 3ccdd363 1342b9fa
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 */