msm8937-common: Switch to QTI Bluetooth impl
* Fixes wrong BT MAC address and slow turn on when booting with BT turned off
This commit is contained in:
parent
21cff78bb0
commit
67d29484d5
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,5 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.bluetooth@1.0-impl \
|
|
||||||
android.hardware.bluetooth@1.0-service \
|
android.hardware.bluetooth@1.0-service \
|
||||||
libbt-vendor
|
libbt-vendor
|
||||||
|
|
|
@ -49,8 +49,9 @@ vendor/lib64/soundfx/libqcvirt.so
|
||||||
|
|
||||||
# Bluetooth - from tissot - OPR1.170623.026
|
# Bluetooth - from tissot - OPR1.170623.026
|
||||||
vendor/bin/hci_qcomm_init
|
vendor/bin/hci_qcomm_init
|
||||||
vendor/lib64/libbtnv.so
|
|
||||||
vendor/lib/libbtnv.so
|
vendor/lib/libbtnv.so
|
||||||
|
vendor/lib64/libbtnv.so
|
||||||
|
vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so
|
||||||
|
|
||||||
# CNE - from vince 8.1.0 OPM1.171019.019
|
# CNE - from vince 8.1.0 OPM1.171019.019
|
||||||
etc/cne/andsfCne.xml
|
etc/cne/andsfCne.xml
|
||||||
|
|
Loading…
Reference in a new issue