O6R4: Add Bluetooth A/B firmware property am: 6075bd67e6
am: 516191132c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/19297772 Change-Id: I14803c9471fd0ae1c5afd02b4d51de6a8914d467 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8982f7927d
2 changed files with 4 additions and 2 deletions
|
@ -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 += \
|
||||||
|
|
|
@ -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 += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue