X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fbt-dev-start.sh;h=2519604f0ca285c49c34ba96a81c69ebd0b973c7;hb=836afb4f19a5888434764320b45137b3884d07cd;hp=de9e4e4ee7bb68624b969e71b0107cfb4419a025;hpb=57c2f185918e1c92f2b8ca34f2171397bd5e8c66;p=platform%2Fadaptation%2Fbluetooth-firmware-bcm.git diff --git a/scripts/bt-dev-start.sh b/scripts/bt-dev-start.sh index de9e4e4..2519604 100755 --- a/scripts/bt-dev-start.sh +++ b/scripts/bt-dev-start.sh @@ -31,7 +31,7 @@ then fi # Trun-on Bluetooth Chip -rfkill unblock bluetooth +/usr/sbin/rfkill unblock bluetooth echo "Check for Bluetooth device status" if (/usr/bin/hciconfig | grep hci); then @@ -52,6 +52,6 @@ else echo "HCIATTACH success" else echo "HCIATTACH failed" - rfkill block bluetooth + /usr/sbin/rfkill block bluetooth fi fi