summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarpreet \"Eli\" Sangha <eliptus@google.com>2019-11-26 15:54:27 +0900
committerHarpreet \"Eli\" Sangha <eliptus@google.com>2019-11-26 17:02:39 +0900
commit8744be70a4ba0e4a386f7439d25b98dcb61c170f (patch)
treed9e7b9da3b48806c295e6797e3751e0c0d0752c0
parentd88f2a05d49c08f507da29506073150a09b7f668 (diff)
downloadhikey-8744be70a4ba0e4a386f7439d25b98dcb61c170f.tar.gz
Update 'btlinux' Service Version
Test: Boot on HiKey960 and check dmesg errors. Change-Id: I19a9168fad3bc770df941baaa6afe7de731a629f Signed-off-by: Harpreet \"Eli\" Sangha <eliptus@google.com>
-rw-r--r--device-common.mk2
-rw-r--r--manifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/device-common.mk b/device-common.mk
index 77430e15..5d38628d 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -103,7 +103,7 @@ PRODUCT_PACKAGES += memtrack.default \
ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true)
PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim
else
-PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux
+PRODUCT_PACKAGES += android.hardware.bluetooth@1.1-service.btlinux
endif
# PowerHAL
diff --git a/manifest.xml b/manifest.xml
index 3d859684..63c1e9fb 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -20,7 +20,7 @@
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>
- <version>1.0</version>
+ <version>1.1</version>
<interface>
<name>IBluetoothHci</name>
<instance>default</instance>