BT: add sysprop to enable OPUS codec am: 1eda2f37e7 am: ecf0d563f6

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/20296583

Change-Id: I5fdfc227566ca3f26549c5bedfc2c416ef652bd7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
kuanyuhuang 2022-10-28 10:13:40 +00:00 committed by Automerger Merge Worker
commit ddf2f0adec
3 changed files with 10 additions and 0 deletions

View file

@ -10,3 +10,5 @@ SarBackOffHighResolution = true
BqrEventMaskValueUpdate = 262238
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
BtOpusEnabled = true

View file

@ -152,6 +152,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bluetooth_power_limits_cheetah.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \

View file

@ -139,6 +139,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bluetooth_power_limits_panther.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \