Merge "hikey/hikey960: Add hal_health_default.te spolicy"
diff --git a/device-common.mk b/device-common.mk
index 77430e1..5d38628 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -103,7 +103,7 @@
 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 3d85968..63c1e9f 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>