summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2016-02-05 20:03:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-05 20:03:30 +0000
commit7a51f31646fa78a10bb89ff691a9e1fb8b8a1e34 (patch)
tree0660999e6253f564205fb381e429768eb7703a07 /res/values
parent26680aba171a83c5d8309246da2ce9aac6ccf677 (diff)
parent6b82837c0facc5f3c343a00f407abd6ee2312496 (diff)
downloadandroid_packages_apps_Bluetooth-7a51f31646fa78a10bb89ff691a9e1fb8b8a1e34.tar.gz
android_packages_apps_Bluetooth-7a51f31646fa78a10bb89ff691a9e1fb8b8a1e34.tar.bz2
android_packages_apps_Bluetooth-7a51f31646fa78a10bb89ff691a9e1fb8b8a1e34.zip
Merge "Enhance AVRCP Absolute Volume control implementation" am: b8a26db0b7
am: 6b82837c0f * commit '6b82837c0facc5f3c343a00f407abd6ee2312496': Enhance AVRCP Absolute Volume control implementation
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index d8709dc3b..408432a17 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -43,4 +43,10 @@
<integer name="gatt_low_power_max_interval">100</integer>
<bool name="headset_client_initial_audio_route_allowed">true</bool>
+
+ <!-- For AVRCP absolute volume feature. If the threshold is non-zero,
+ restrict the initial volume to the threshold.
+ Valid value is 1-14, and recommended value is 8 -->
+ <integer name="a2dp_absolute_volume_initial_threshold">8</integer>
+
</resources>