summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>