aboutsummaryrefslogtreecommitdiff
path: root/product.prop
Commit message (Collapse)AuthorAgeFilesLines
* veux: Use the ?= operator so BT properties can be overriddenSal Savage2023-01-081-21/+21
| | | | | | | | | | | | System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Bug: 230638462 Test: adb shell getprop | grep bluetooth Change-Id: Id6cd7901555edafef141bbc1bbd5e06dc3a54d0c Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Add Bluetooth power overlays to syspropsAlexander Koskovich2023-01-051-0/+6
| | | | | | | | | * 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
* veux: Set default the Bluetooth class of deviceSal Savage2023-01-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | The class of device is a string with a list of uint8t values: 90,2,12 The meaning is as follows: {Service Field, Major class, Minor class} Service Field: 0x5A -> 90 Bit 17: Networking Bit 19: Capturing Bit 20: Object Transfer Bit 22: Telephony MAJOR_CLASS: 0x02 -> 2 (Phone) MINOR_CLASS: 0x0C -> 12 (Smart Phone) Bug: 217452259 Test: make -j; -- check that bluetooth.device.class_of_device is correct Change-Id: I24fd57bacbf6786a26f7079e7a6e9857dbe170d1
* veux: Update LE Audio profile properties to match spec and implementationSal Savage2023-01-051-3/+3
| | | | | | Bug: 217448211 Test: atest BluetoothInstrumentationTests Change-Id: I9312b9b70b51603aca6da6f4081533ab73c1614d
* veux: Enable bluetooth profiles with product.propSal Savage2023-01-051-0/+23
| | | | | | Bug: 217448211 Test: make -j Change-Id: Idd7e52b7822915ed61299f1c0b29bf87ca0339fe
* veux: Further relax dynamic refresh rate switchingkubersharma0012023-01-051-2/+2
| | | | Change-Id: Ic0fbdc97961808eba939b5785a4e1c2a275bed63
* veux: Set refresh rate idle timeoutsAdithya R2023-01-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | This is a squash of the following: 1. Set refresh rate idle timeout in SF * This allows refresh rate to drop to 60Hz when idle, leading to minor power savings. * Kanged from redfin with minor modification. 2. Relax automatic refresh rate switching * In some cases there maybe a slight flickering while switching refresh rate. Increase the timeout to reduce the frequent switching and improve UX. * Move the props to product to override the ones in vendor which is set by display HAL configuration. Change-Id: I5fbfd45fb30479db46970214db15a115acb075ef
* veux: Update the transcoding operating ratehkuang2023-01-051-0/+5
| | | | | | Bug: 175231451 Test: CtsMediaTranscodingTestCases:MediaTranscodeManagerTest Change-Id: Id25ce60b58ab29a8670695c77be20dd53d63981a
* veux: Import product propskubersharma0012023-01-051-0/+6
- V13.0.8.0.RKCMIXM Change-Id: I54c4a00971a42750a4b0809913250f72b0b7c167