BT: add sysprop to enable OPUS codec am: 932c8178a7

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

Change-Id: I7470ddb427921b5919caf1bede25a58785a3108f
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 044b8c4e1d
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# This is BTBCM HAL overlay configuration file. # This is BTBCM HAL overlay configuration file.
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
BtOpusEnabled = true

View file

@ -267,3 +267,7 @@ PRODUCT_RESTRICT_VENDOR_FILES := false
# Enable adpf cpu hint session for SurfaceFlinger # Enable adpf cpu hint session for SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.sf.enable_adpf_cpu_hint=true debug.sf.enable_adpf_cpu_hint=true
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true

View file

@ -280,3 +280,7 @@ PRODUCT_RESTRICT_VENDOR_FILES := false
# Enable adpf cpu hint session for SurfaceFlinger # Enable adpf cpu hint session for SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.sf.enable_adpf_cpu_hint=true debug.sf.enable_adpf_cpu_hint=true
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true