diff options
author | Alexander Koskovich <akoskovich@pm.me> | 2022-07-20 14:41:25 -0700 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | 3e7839a3a579ba60c4f6317dfe231a3fc1639555 (patch) | |
tree | 77e4a3c947127febffe3585cc6a8c8c666d709d9 | |
parent | 77bf171d4ddee25d8526f4e7009383747a9cda55 (diff) |
veux: Add Bluetooth power overlays to sysprops
* These are currently in FrameworksResTarget, but were
moved to sysprops in Android 13.
https://android.googlesource.com/platform/system/libsysprop/+/976d33062b51e77edde44faad1a6e801c5dc0188%5E%21/#F0
Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
-rw-r--r-- | product.prop | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/product.prop b/product.prop index 531c31e..a794a0e 100644 --- a/product.prop +++ b/product.prop @@ -5,6 +5,12 @@ audio.sys.noisy.broadcast.delay=500 audio.sys.offload.pstimeout.secs=3 audio.sys.routing.latency=0 +# Bluetooth +bluetooth.hardware.power.idle_cur_ma=36 +bluetooth.hardware.power.operating_voltage_mv=3700 +bluetooth.hardware.power.rx_cur_ma=20 +bluetooth.hardware.power.tx_cur_ma=3 + # Set the Bluetooth Class of Device # Service Field: 0x5A -> 90 # Bit 17: Networking |