sdm660-common: Move Bluetooth power overlays to sysprops

* These were moved to sysprops in Android 13.

   976d33062b%5E%21/#F0

Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alexander Koskovich 2022-09-23 20:08:18 +08:00 committed by pix106
parent a905676498
commit 7b3f3a7685
2 changed files with 1 additions and 3 deletions

View file

@ -34,9 +34,6 @@
<!-- Flag indicating if the speed up audio on mt call code should be executed --> <!-- Flag indicating if the speed up audio on mt call code should be executed -->
<bool name="config_speed_up_audio_on_mt_calls">true</bool> <bool name="config_speed_up_audio_on_mt_calls">true</bool>
<!-- Operating volatage for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_operating_voltage_mv">3700</integer>
<!-- Boolean indicating if current platform supports BLE peripheral mode --> <!-- Boolean indicating if current platform supports BLE peripheral mode -->
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool> <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>

View file

@ -1,5 +1,6 @@
# Bluetooth # Bluetooth
bluetooth.device.class_of_device=90,2,12 bluetooth.device.class_of_device=90,2,12
bluetooth.hardware.power.operating_voltage_mv=3700
bluetooth.profile.a2dp.source.enabled=true bluetooth.profile.a2dp.source.enabled=true
bluetooth.profile.asha.central.enabled=true bluetooth.profile.asha.central.enabled=true
bluetooth.profile.avrcp.target.enabled=true bluetooth.profile.avrcp.target.enabled=true