mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 20:37:17 +09:00
sm6250-common: overlay: configure bluetooth power usage
This commit is contained in:
parent
776680cec8
commit
2e8f6a90ce
@ -214,4 +214,16 @@
|
|||||||
|
|
||||||
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
|
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
|
||||||
<bool name="config_supportAudioSourceUnprocessed">true</bool>
|
<bool name="config_supportAudioSourceUnprocessed">true</bool>
|
||||||
|
|
||||||
|
<!-- Idle current for bluetooth controller. 0 by default-->
|
||||||
|
<integer name="config_bluetooth_idle_cur_ma">3</integer>
|
||||||
|
|
||||||
|
<!-- Rx current for bluetooth controller. 0 by default-->
|
||||||
|
<integer name="config_bluetooth_rx_cur_ma">20</integer>
|
||||||
|
|
||||||
|
<!-- Tx current for bluetooth controller. 0 by default-->
|
||||||
|
<integer name="config_bluetooth_tx_cur_ma">33</integer>
|
||||||
|
|
||||||
|
<!-- Operating voltage for bluetooth controller. 0 by default-->
|
||||||
|
<integer name="config_bluetooth_operating_voltage_mv">3700</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user