Bluetooth fix for Kirin 65x
BTM_BYPASS_EXTRA_ACL_SETUP has to be true for Kirin 650/659 (aka hi6250) devices.
This commit is contained in:
parent
01566efd3d
commit
61f0df3e71
@ -10,6 +10,6 @@ while read version;do
|
|||||||
done
|
done
|
||||||
|
|
||||||
mount -o bind /system/bin/adbd /sbin/adbd
|
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
|
setprop persist.sys.bt_acl_bypass true
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user