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 /bta | |
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 'bta')
-rw-r--r-- | bta/hh/bta_hh_api.c | 1 | ||||
-rw-r--r-- | bta/hh/bta_hh_utils.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bta/hh/bta_hh_api.c b/bta/hh/bta_hh_api.c index 73e37a7..b1af978 100644 --- a/bta/hh/bta_hh_api.c +++ b/bta/hh/bta_hh_api.c @@ -52,6 +52,7 @@ void BTA_HhEnable(tBTA_SEC sec_mask, BOOLEAN ucd_enabled, tBTA_HH_CBACK *p_cback bta_sys_register(BTA_ID_HH, &bta_hh_reg); GKI_sched_unlock(); + APPL_TRACE_ERROR0("Calling BTA_HhEnable"); p_buf = (tBTA_HH_API_ENABLE *)GKI_getbuf((UINT16)sizeof(tBTA_HH_API_ENABLE)); if (p_buf != NULL) diff --git a/bta/hh/bta_hh_utils.c b/bta/hh/bta_hh_utils.c index 18ff0c3..2b68c56 100644 --- a/bta/hh/bta_hh_utils.c +++ b/bta/hh/bta_hh_utils.c @@ -11,7 +11,8 @@ #include <string.h> #include "bt_target.h" -#if defined(HL_INCLUDED) && (HL_INCLUDED == TRUE) +#if defined(BTA_HH_INCLUDED) && (BTA_HH_INCLUDED == TRUE) + #include "bta_hh_int.h" |