summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-06-17 21:33:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-17 21:33:03 +0000
commit2da93a37eafce36f7a44dadbc8fdd7cf5f28ee99 (patch)
treeb7c0ec00fddb05b5f11f02a0160a856eae839c0d /res
parent17e0636c2a81620c0b7f8ce3111ca75fb416a057 (diff)
parentcc61932a1cd785e6ba12798d64b548c90e09b69b (diff)
downloadandroid_packages_apps_Bluetooth-2da93a37eafce36f7a44dadbc8fdd7cf5f28ee99.tar.gz
android_packages_apps_Bluetooth-2da93a37eafce36f7a44dadbc8fdd7cf5f28ee99.tar.bz2
android_packages_apps_Bluetooth-2da93a37eafce36f7a44dadbc8fdd7cf5f28ee99.zip
am cc61932a: Revert "Disable Bluetooth profiles that are not used on Clockwork."
* commit 'cc61932a1cd785e6ba12798d64b548c90e09b69b': Revert "Disable Bluetooth profiles that are not used on Clockwork."
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index e301b037f..c023e8164 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -15,17 +15,17 @@
<resources>
<bool name="profile_supported_a2dp">true</bool>
<bool name="profile_supported_a2dp_sink">false</bool>
- <bool name="profile_supported_hdp">false</bool>
- <bool name="profile_supported_hs_hfp">false</bool>
+ <bool name="profile_supported_hdp">true</bool>
+ <bool name="profile_supported_hs_hfp">true</bool>
<bool name="profile_supported_hfpclient">false</bool>
- <bool name="profile_supported_hid">false</bool>
- <bool name="profile_supported_opp">false</bool>
- <bool name="profile_supported_pan">false</bool>
- <bool name="profile_supported_pbap">false</bool>
+ <bool name="profile_supported_hid">true</bool>
+ <bool name="profile_supported_opp">true</bool>
+ <bool name="profile_supported_pan">true</bool>
+ <bool name="profile_supported_pbap">true</bool>
<bool name="profile_supported_gatt">true</bool>
<bool name="pbap_include_photos_in_vcard">false</bool>
- <bool name="pbap_use_profile_for_owner_vcard">false</bool>
- <bool name="profile_supported_map">false</bool>
+ <bool name="pbap_use_profile_for_owner_vcard">true</bool>
+ <bool name="profile_supported_map">true</bool>
<bool name="profile_supported_avrcp_controller">false</bool>
<bool name="profile_supported_sap">true</bool>
</resources>