bt: update bt a2dp offload capabilities
* set BtA2dpOffloadCap value to sbc-aac-aptx-aptxhd-ldac-opus in bt_vendor_overlay.conf to suppot OPUS offloading. Bug: 243958304 Test: manully Change-Id: I0a8aee4d42446213f158856a2f2777958893df82
This commit is contained in:
parent
f256ffbd63
commit
0ada3b4ed6
3 changed files with 7 additions and 0 deletions
3
bluetooth/bt_vendor_overlay.conf
Normal file
3
bluetooth/bt_vendor_overlay.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# This is BTBCM HAL overlay configuration file.
|
||||||
|
|
||||||
|
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
|
|
@ -214,6 +214,8 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth HAL
|
# Bluetooth HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
bt_vendor.conf
|
bt_vendor.conf
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/raviole/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
|
||||||
|
|
||||||
# tetheroffload HAL
|
# tetheroffload HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -227,6 +227,8 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth HAL
|
# Bluetooth HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
bt_vendor.conf
|
bt_vendor.conf
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/raviole/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
|
||||||
|
|
||||||
# tetheroffload HAL
|
# tetheroffload HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue