init: bt: Set the appropriate transport type based on the SOC H/W ID.
BT SOC transport type got wrongly set to SMD where it should be set to UART. Change-Id: I599a6ef50319e854c7d4d17bbbcd33babbcc1ffb
This commit is contained in:
parent
30bfb150e6
commit
379afa1eed
|
@ -135,7 +135,7 @@ config_bt ()
|
|||
#Enable Bluetooth Profiles specific to target Dynamically
|
||||
case $target in
|
||||
"msm8960")
|
||||
if [ "$btsoc" != "ath3k" ] && [ "$socid" != "130" ]
|
||||
if [ "$btsoc" != "ath3k" ] && [ "$soc_hwid" != "130" ]
|
||||
then
|
||||
setprop ro.bluetooth.hfp.ver 1.6
|
||||
setprop ro.qualcomm.bt.hci_transport smd
|
||||
|
|
Loading…
Reference in New Issue