summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamster Tian <haotia@gmail.com>2017-09-09 23:24:40 +0800
committerHemant Sharma <hemantbeast@gmail.com>2018-01-14 15:58:58 +0000
commit79b3a3ddcad08e087015de46cde543e1b22c686c (patch)
tree8e7c3f744570c62a8b95ff3872bfc4298db60259
parentb51a693f76d9bf4317f0d816b538d15e249c11ba (diff)
armani: disable fancy Bluetooth features to ensure A2DP
* Don't know why this would interfere with A2DP. A2DP works after this change anyway, including LDAC. Change-Id: I2797c4de51fdcfcc51f44f09f0f7bbe1ea80dff7
-rw-r--r--overlay/packages/apps/Bluetooth/res/values/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml
index c749504..b05a2c9 100644
--- a/overlay/packages/apps/Bluetooth/res/values/config.xml
+++ b/overlay/packages/apps/Bluetooth/res/values/config.xml
@@ -13,8 +13,8 @@
limitations under the License.
-->
<resources>
- <bool name="profile_supported_a2dp_sink">true</bool>
- <bool name="profile_supported_hfpclient">true</bool>
- <bool name="profile_supported_avrcp_controller">true</bool>
+ <bool name="profile_supported_a2dp_sink">false</bool>
+ <bool name="profile_supported_hfpclient">false</bool>
+ <bool name="profile_supported_avrcp_controller">false</bool>
<bool name="profile_supported_sap">true</bool>
</resources>