summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Ruffieux <eruffieux@google.com>2022-01-20 21:24:47 +0000
committerEtienne Ruffieux <eruffieux@google.com>2022-01-25 01:18:57 +0000
commit4f77e2f48882253b9f26ddef568ca53d6cb9830f (patch)
treed86078737f5946bf8a2901b6f1bbd73618d833e1
parente47fba861df3bc10cdade97e68214a1a747cb86a (diff)
downloadbonito-4f77e2f48882253b9f26ddef568ca53d6cb9830f.tar.gz
Added new vendors for Bluetooth config migration
Tag: #feature Test: manual Bug: 211570675 Change-Id: I00359cdc9353f206a910394260acfda1053a30a9
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml6
-rw-r--r--product.prop4
2 files changed, 4 insertions, 6 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 57993b0b..bb7e731d 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -141,15 +141,9 @@
device does not support multiple advertisement-->
<integer translatable="false" name="config_bluetooth_max_advertisers">4</integer>
- <!-- Whether Hearing Aid profile is supported -->
- <bool name="config_hearing_aid_profile_supported">true</bool>
-
<!-- Operating voltage for bluetooth controller. 0 by default-->
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3300</integer>
- <!-- Boolean indicating if current platform supports HFP inband ringing -->
- <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
-
<bool translatable="false" name="config_tether_upstream_automatic">true</bool>
<!-- This string array should be overridden by the device to present a list of network
diff --git a/product.prop b/product.prop
index cb8e4724..ebea28b4 100644
--- a/product.prop
+++ b/product.prop
@@ -87,3 +87,7 @@ persist.data.mode=concurrent
persist.bluetooth.bqr.event_mask=14
# BQR minimum report interval configuration
persist.bluetooth.bqr.min_interval_ms=500
+# Bluetooth operating voltage in millivolts
+bluetooth.hardware.power.operating_voltage_mv=3300
+# Hearing Aid Audio Support Using Bluetooth LE
+bluetooth.profile.asha.central=true