common: bluetooth: dynamic bluetooth transport configuration
Set bluetooth transport dynamically for msm8226 and msm8610 platforms. Change-Id: I075b4a24e43cedaf2a8189d926acc8d7b0370b3e
This commit is contained in:
parent
9ff1b07104
commit
7cee495f12
|
@ -141,7 +141,7 @@ config_bt ()
|
|||
setprop ro.qualcomm.bt.hci_transport smd
|
||||
fi
|
||||
;;
|
||||
"msm8974")
|
||||
"msm8974" | "msm8226" | "msm8610" )
|
||||
if [ "$btsoc" != "ath3k" ]
|
||||
then
|
||||
setprop ro.bluetooth.hfp.ver 1.6
|
||||
|
|
Loading…
Reference in New Issue