O6R4: Add Bluetooth A/B firmware property

* set A firmware BCM.hcd as default selected fimrware

Bug: 229395317
Test: Manually
Change-Id: I61d7ef4d476af50fc104c1877060459d14523898
This commit is contained in:
jonerlin 2022-07-15 10:47:19 +08:00 committed by Joner Lin
parent 46c85eb745
commit 6075bd67e6
2 changed files with 4 additions and 2 deletions

View file

@ -68,7 +68,8 @@ PRODUCT_COPY_FILES += \
# Bluetooth # Bluetooth
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.a2dp_aac.vbr_supported=true persist.bluetooth.a2dp_aac.vbr_supported=true \
persist.bluetooth.firmware.selection=BCM.hcd
# Bluetooth Tx power caps for oriole # Bluetooth Tx power caps for oriole
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View file

@ -76,7 +76,8 @@ PRODUCT_COPY_FILES += \
# Bluetooth # Bluetooth
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.a2dp_aac.vbr_supported=true persist.bluetooth.a2dp_aac.vbr_supported=true \
persist.bluetooth.firmware.selection=BCM.hcd
# Bluetooth Tx power caps for raven # Bluetooth Tx power caps for raven
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \