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

Commit 16bb721c authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android (Google) Code Review
Browse files

Merge "Unnecessary l2cap idle timer is being restarted everytime mode change...

Merge "Unnecessary l2cap idle timer is being restarted everytime mode change to active" into lmp-dev
parents 2912324e 6a06da21
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -860,8 +860,6 @@ void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, U
            /* Trigger L2C to start transmission of the pending packets. */
            BTM_TRACE_DEBUG("btm mode change to active; check l2c_link for outgoing packets");
            l2c_link_check_send_pkts(p_lcb, NULL, NULL);

        //btu_stop_timer (&p_lcb->timer_entry);
        }
    }