Skip to content

Commit

Permalink
sdm660-common: Move Bluetooth power config away from overlay
Browse files Browse the repository at this point in the history
Same values go to:
- power profile xml for power calculation
- vendor props for the A13 BT stack

Change-Id: I04dbb8736a599c4798223f7e3e317b2fcc873ded
  • Loading branch information
vware authored and Vivekachooz committed Oct 21, 2022
1 parent f60f8c1 commit 9a78332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>

<!-- Operating volatage for bluetooth controller. 0 by default-->
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3300</integer>

<!-- The duration (in milliseconds) for the outgoing sms authorization request to timeout.-->
<integer name="config_sms_authorization_timeout_ms">15000</integer>

Expand Down
1 change: 1 addition & 0 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ vendor.voice.path.for.pcm.voip=false

# Bluetooth
bluetooth.device.class_of_device=90,2,12
bluetooth.hardware.power.operating_voltage_mv=3300
bluetooth.profile.a2dp.source.enabled?=true
bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true
Expand Down

0 comments on commit 9a78332

Please sign in to comment.