Add dynamic bluetooth config (requires system/bt changes)
diff --git a/vndk-detect b/vndk-detect
index 3529a8a..965c42c 100644
--- a/vndk-detect
+++ b/vndk-detect
@@ -10,3 +10,6 @@
 done
 
 mount -o bind /system/bin/adbd /sbin/adbd
+if getprop ro.hardware |grep -q kirin970;then
+	setprop persist.sys.bt_acl_bypass true
+fi