Added new vendors for Bluetooth config migration am: 1307232779 am: 3059d2c5c5

Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1956200

Change-Id: Icd747ae44f7be923cef419a9d992212c3b5f3067
This commit is contained in:
Etienne Ruffieux 2022-01-25 14:44:55 +00:00 committed by Automerger Merge Worker
commit 0f06739b7f
2 changed files with 4 additions and 6 deletions

View file

@ -113,6 +113,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.radio.config.carrier_config_dir=/mnt/vendor/modem_img/images/default/confpack
# Hearing Aid Audio Support Using Bluetooth LE
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.asha.central=true
PRODUCT_PROPERTY_OVERRIDES += \
telephony.active_modems.max_count=2

View file

@ -34,12 +34,6 @@
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers">4</integer>
<!-- Boolean indicating if current platform supports HFP inband ringing -->
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
<!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">true</bool>
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>