diff options
| author | Sumit Bajpai <sbajpai@codeaurora.org> | 2015-01-09 14:49:41 +0530 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-04-28 17:43:24 +0800 |
| commit | a7e33726b77da1396f59ea0f3d36d65cd7145488 (patch) | |
| tree | 66ef8e52e355fb9da5a77e08773a583b394ac6a0 | |
| parent | 3518ffc16f3cf92435c188287d6ecb779e45b5c0 (diff) | |
msm8916: Enable bluetooth HFP 1.7 AG support
Change-Id: I8765e3806197dcf2f978062b16e0653e7191e215
| -rw-r--r-- | rootdir/etc/init.qcom.bt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.bt.sh b/rootdir/etc/init.qcom.bt.sh index d03e33e..384e9c0 100644 --- a/rootdir/etc/init.qcom.bt.sh +++ b/rootdir/etc/init.qcom.bt.sh @@ -150,7 +150,7 @@ config_bt () "msm8974" | "msm8226" | "msm8610" | "msm8916" ) if [ "$btsoc" != "ath3k" ] then - setprop ro.bluetooth.hfp.ver 1.6 + setprop ro.bluetooth.hfp.ver 1.7 setprop ro.qualcomm.bt.hci_transport smd fi ;; |
