From: DoHyun Pyun Date: Thu, 16 Feb 2017 08:34:37 +0000 (+0900) Subject: Fix the model name from TM2 to TW2 X-Git-Tag: accepted/tizen/common/20170303.090536^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git;a=commitdiff_plain;h=e3b8d4849b42b41f1d549624ab03d39a33ac423b Fix the model name from TM2 to TW2 Change-Id: Ia270ddd700147f6b1649b075e8f0f65278c84a05 Signed-off-by: DoHyun Pyun --- diff --git a/scripts/wearable/bt-stack-up.sh b/scripts/wearable/bt-stack-up.sh index 040cb81..50d35bb 100755 --- a/scripts/wearable/bt-stack-up.sh +++ b/scripts/wearable/bt-stack-up.sh @@ -10,9 +10,9 @@ RFKILL=/usr/sbin/rfkill GREP=/usr/bin/grep HFP_HF=hfp_hf -echo "Check for bcm43012 device - TM2" +echo "Check for bcm43012 device - TW2" if (${RFKILL} list | ${GREP} bcm43012); then - echo "Solis TM2 device" + echo "Solis TW2 device" HFP_AG=hfp_ag fi