Snap for 12115734 from 15b371b0ed
to 25D4-release
Change-Id: I81476865128c6be48166884809ad1b8665afd12d
This commit is contained in:
commit
c7744a6060
2 changed files with 8 additions and 0 deletions
|
@ -25,3 +25,7 @@ BtHalRecoveryByRestart = true
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEventMaskValueUpdate = 295006
|
BqrEventMaskValueUpdate = 295006
|
||||||
|
|
||||||
|
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
|
||||||
|
|
||||||
|
BtOpusEnabled = true
|
||||||
|
|
|
@ -127,6 +127,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.bluetooth.a2dp_offload.disabled=false \
|
persist.bluetooth.a2dp_offload.disabled=false \
|
||||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-opus
|
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-opus
|
||||||
|
|
||||||
|
# Bluetooth OPUS codec
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.opus.enabled=true
|
||||||
|
|
||||||
# Bluetooth Tx power caps
|
# Bluetooth Tx power caps
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/tegu/bluetooth/bluetooth_power_limits.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
|
device/google/tegu/bluetooth/bluetooth_power_limits.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue