diff options
author | Priti Aghera <paghera@broadcom.com> | 2012-03-22 11:51:08 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:14 -0700 |
commit | c01f69a35563261eca49bd2083afd7064790940d (patch) | |
tree | ab42ef0ba2a5f9d86b6b972aa3f9143148e72b30 /stack/btm | |
parent | 146738bdcf0accdbd5d865440f86152d2430812d (diff) | |
download | external_bluetooth_bluedroid-c01f69a35563261eca49bd2083afd7064790940d.zip external_bluetooth_bluedroid-c01f69a35563261eca49bd2083afd7064790940d.tar.gz external_bluetooth_bluedroid-c01f69a35563261eca49bd2083afd7064790940d.tar.bz2 |
HID-Host:Fixed white space issue and power management issue
Included more code to support mouse connectiona and reconnection
Signed-off-by: Priti Aghera <paghera@broadcom.com>
Change-Id: I1e20997e85eda5919f20a069131e580bcbb0ca63
Diffstat (limited to 'stack/btm')
-rw-r--r-- | stack/btm/btm_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/btm/btm_pm.c b/stack/btm/btm_pm.c index 169a1b3..afe7275 100644 --- a/stack/btm/btm_pm.c +++ b/stack/btm/btm_pm.c @@ -842,7 +842,7 @@ void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, U BTM_TRACE_DEBUG0 ("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); + //btu_stop_timer (&p_lcb->timer_entry); } /* notify registered parties */ |