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

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

Change-Id: Ib39dda600d4e0874415844cbfd66a607e50b45c0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
kuanyuhuang 2022-10-28 09:01:14 +00:00 committed by Automerger Merge Worker
commit ecf0d563f6
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

@ -164,6 +164,10 @@ PRODUCT_PACKAGES += \
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

@ -147,6 +147,10 @@ PRODUCT_PACKAGES += \
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 \