summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBryce Lee <brycelee@google.com>2015-10-29 18:14:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-29 18:14:51 +0000
commit3a870c1c83340c45aa08d4ee9787fde947c16d01 (patch)
tree332dc89bd7ffee9755b86a0065954282eac5138e /res/values
parent1ad7934465e14f7b074ccd75dc57c1e3a1f2639a (diff)
parent831b78a4678a209fa4e4b72929f033956881ec1b (diff)
downloadandroid_packages_apps_Bluetooth-3a870c1c83340c45aa08d4ee9787fde947c16d01.tar.gz
android_packages_apps_Bluetooth-3a870c1c83340c45aa08d4ee9787fde947c16d01.tar.bz2
android_packages_apps_Bluetooth-3a870c1c83340c45aa08d4ee9787fde947c16d01.zip
Allow HFP HF implementations to specify a client controller. am: 8843d8a825 am: 13a0edb5e7
am: 831b78a467 * commit '831b78a4678a209fa4e4b72929f033956881ec1b': Allow HFP HF implementations to specify a client controller.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 79fe9ce62..877352be9 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -41,4 +41,7 @@
<integer name="gatt_high_priority_max_interval">12</integer>
<integer name="gatt_low_power_min_interval">80</integer>
<integer name="gatt_low_power_max_interval">100</integer>
+
+ <!-- Specifies the component name of the service to be bound to for controlling HF -->
+ <string name="headset_client_controller_service"></string>
</resources>