diff options
author | Harish Paryani <hparyani@broadcom.com> | 2012-04-03 19:18:37 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:14 -0700 |
commit | 04db88d9bd23fa98916e031987f3ba2063783acc (patch) | |
tree | 2f12d6473787bb060984d126ef341b4aeaa4b22b /include | |
parent | ac6d66d9bd6bcd4aafb80d50368167e1b9069a41 (diff) | |
download | external_bluetooth_bluedroid-04db88d9bd23fa98916e031987f3ba2063783acc.zip external_bluetooth_bluedroid-04db88d9bd23fa98916e031987f3ba2063783acc.tar.gz external_bluetooth_bluedroid-04db88d9bd23fa98916e031987f3ba2063783acc.tar.bz2 |
Check-in Mouse pairing fixes.
Change-Id: I55d018d204a2fd20a934e1521457119fa118ceb6
Diffstat (limited to 'include')
-rw-r--r-- | include/bdroid_crespo.txt | 1 | ||||
-rw-r--r-- | include/bdroid_maguro.txt | 1 | ||||
-rw-r--r-- | include/bdroid_toro.txt | 5 |
3 files changed, 2 insertions, 5 deletions
diff --git a/include/bdroid_crespo.txt b/include/bdroid_crespo.txt index 394d3c7..65532a5 100644 --- a/include/bdroid_crespo.txt +++ b/include/bdroid_crespo.txt @@ -105,7 +105,6 @@ BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE BTA_HH_INCLUDED = TRUE -HH_USE_BTHID = TRUE BTA_AR_INCLUDED = TRUE BTA_AV_INCLUDED = TRUE BTA_AV_VDP_INCLUDED = FALSE diff --git a/include/bdroid_maguro.txt b/include/bdroid_maguro.txt index 460c426..231162c 100644 --- a/include/bdroid_maguro.txt +++ b/include/bdroid_maguro.txt @@ -105,7 +105,6 @@ BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE BTA_HH_INCLUDED = TRUE -HH_USE_BTHID = TRUE BTA_AR_INCLUDED = TRUE BTA_AV_INCLUDED = TRUE BTA_AV_VDP_INCLUDED = FALSE diff --git a/include/bdroid_toro.txt b/include/bdroid_toro.txt index 740a0c9..5eeccca 100644 --- a/include/bdroid_toro.txt +++ b/include/bdroid_toro.txt @@ -69,7 +69,7 @@ BNEP_INCLUDED = FALSE PAN_INCLUDED = FALSE SAP_SERVER_INCLUDED = FALSE HID_DEV_INCLUDED = FALSE -HID_HOST_INCLUDED = FALSE +HID_HOST_INCLUDED = TRUE BLE_INCLUDED = FALSE BTM_BLE_CONFORMANCE_TESTING = FALSE ATT_INCLUDED = FALSE @@ -104,8 +104,7 @@ BTA_PAN_INCLUDED = FALSE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE -BTA_HH_INCLUDED = FALSE -HH_USE_BTHID = FALSE +BTA_HH_INCLUDED = TRUE BTA_AR_INCLUDED = TRUE BTA_AV_INCLUDED = TRUE BTA_AV_VDP_INCLUDED = FALSE |