summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2015-06-16 21:49:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-16 21:49:52 +0000
commitc5348a5259fddb9a801396e59189be072ed5a211 (patch)
tree0bb549773d307b173c572f473dc908696b2ab171 /res/values
parent113ae3c3e7a3755dd984b97033f6d1a91122cccb (diff)
parent29acf6cd655486214a7bff44f27a1ad7e465cb75 (diff)
downloadandroid_packages_apps_Bluetooth-c5348a5259fddb9a801396e59189be072ed5a211.tar.gz
android_packages_apps_Bluetooth-c5348a5259fddb9a801396e59189be072ed5a211.tar.bz2
android_packages_apps_Bluetooth-c5348a5259fddb9a801396e59189be072ed5a211.zip
am 29acf6cd: am 6675e069: Disable Bluetooth profiles that are not used on Clockwork.
* commit '29acf6cd655486214a7bff44f27a1ad7e465cb75': Disable Bluetooth profiles that are not used on Clockwork.
Diffstat (limited to 'res/values')
-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 c023e8164..e301b037f 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">true</bool>
- <bool name="profile_supported_hs_hfp">true</bool>
+ <bool name="profile_supported_hdp">false</bool>
+ <bool name="profile_supported_hs_hfp">false</bool>
<bool name="profile_supported_hfpclient">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_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_gatt">true</bool>
<bool name="pbap_include_photos_in_vcard">false</bool>
- <bool name="pbap_use_profile_for_owner_vcard">true</bool>
- <bool name="profile_supported_map">true</bool>
+ <bool name="pbap_use_profile_for_owner_vcard">false</bool>
+ <bool name="profile_supported_map">false</bool>
<bool name="profile_supported_avrcp_controller">false</bool>
<bool name="profile_supported_sap">true</bool>
</resources>