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:
parent
46c85eb745
commit
6075bd67e6
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