commit | 61f0df3e71c7a943000750db1067f50fe019af27 | [log] [tgz] |
---|---|---|
author | Daniel Storozhev <daniel.storozhev@gmail.com> | Mon Apr 23 13:34:39 2018 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 23 13:34:39 2018 +0200 |
tree | c3b344f75cbcef30dac995d0b17938c859b2ac5d | |
parent | 01566efd3def25a670290629a8f45c4e80c77371 [diff] |
Bluetooth fix for Kirin 65x BTM_BYPASS_EXTRA_ACL_SETUP has to be true for Kirin 650/659 (aka hi6250) devices.
diff --git a/vndk-detect b/vndk-detect index 965c42c..cbc563e 100644 --- a/vndk-detect +++ b/vndk-detect
@@ -10,6 +10,6 @@ done mount -o bind /system/bin/adbd /sbin/adbd -if getprop ro.hardware |grep -q kirin970;then +if ( getprop ro.hardware | grep -q kirin970 ) || ( getprop ro.hardware | grep -q hi6250 );then setprop persist.sys.bt_acl_bypass true fi