diff options
author | Priti Aghera <paghera@broadcom.com> | 2012-05-22 11:35:18 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:21 -0700 |
commit | 8d7997686676e80000e49565aef06d995e9118cf (patch) | |
tree | 579cc765d74da2994f533f4f2a0b343b13b6f146 /include | |
parent | d9eadb868bc34c99379d1d38f10043c285d354f6 (diff) | |
download | external_bluetooth_bluedroid-8d7997686676e80000e49565aef06d995e9118cf.zip external_bluetooth_bluedroid-8d7997686676e80000e49565aef06d995e9118cf.tar.gz external_bluetooth_bluedroid-8d7997686676e80000e49565aef06d995e9118cf.tar.bz2 |
Fix for HID keyboard key stuck issue
Change-Id: Icd1d3fc78722244f24ebc5a31bc5900a69704996
Diffstat (limited to 'include')
-rwxr-xr-x | include/bdroid_crespo.txt | 3 | ||||
-rwxr-xr-x | include/bdroid_crespo4g.txt | 3 | ||||
-rwxr-xr-x | include/bdroid_maguro.txt | 1 | ||||
-rwxr-xr-x | include/bdroid_toro.txt | 1 | ||||
-rwxr-xr-x | include/bdroid_wingray.txt | 1 |
5 files changed, 7 insertions, 2 deletions
diff --git a/include/bdroid_crespo.txt b/include/bdroid_crespo.txt index c404ade..573216a 100755 --- a/include/bdroid_crespo.txt +++ b/include/bdroid_crespo.txt @@ -104,7 +104,8 @@ BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE -BTA_HH_INCLUDED = TRUE +BTA_HH_INCLUDED = TRUE +BTA_HH_ROLE = BTA_MASTER_ROLE_PREF BTA_AR_INCLUDED = TRUE BTA_AV_INCLUDED = TRUE BTA_AV_VDP_INCLUDED = FALSE diff --git a/include/bdroid_crespo4g.txt b/include/bdroid_crespo4g.txt index c404ade..573216a 100755 --- a/include/bdroid_crespo4g.txt +++ b/include/bdroid_crespo4g.txt @@ -104,7 +104,8 @@ BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE -BTA_HH_INCLUDED = TRUE +BTA_HH_INCLUDED = TRUE +BTA_HH_ROLE = BTA_MASTER_ROLE_PREF 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 0d5dcde..917d8ef 100755 --- a/include/bdroid_maguro.txt +++ b/include/bdroid_maguro.txt @@ -105,6 +105,7 @@ BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE BTA_HH_INCLUDED = TRUE +BTA_HH_ROLE = BTA_MASTER_ROLE_PREF 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 e2146ee..a8742ce 100755 --- a/include/bdroid_toro.txt +++ b/include/bdroid_toro.txt @@ -105,6 +105,7 @@ BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE BTA_HH_INCLUDED = TRUE +BTA_HH_ROLE = BTA_MASTER_ROLE_PREF BTA_AR_INCLUDED = TRUE BTA_AV_INCLUDED = TRUE BTA_AV_VDP_INCLUDED = FALSE diff --git a/include/bdroid_wingray.txt b/include/bdroid_wingray.txt index f2db4e5..a63f095 100755 --- a/include/bdroid_wingray.txt +++ b/include/bdroid_wingray.txt @@ -106,6 +106,7 @@ BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE BTA_HH_INCLUDED = TRUE +BTA_HH_ROLE = BTA_MASTER_ROLE_PREF BTA_AR_INCLUDED = TRUE BTA_AV_INCLUDED = TRUE BTA_AV_VDP_INCLUDED = FALSE |