Fix the model name from TM2 to TW2
[platform/core/connectivity/bluetooth-tools.git] / scripts / wearable / bt-stack-up.sh
index 040cb81..50d35bb 100755 (executable)
@@ -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