X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fetc%2Fbt-stack-up.sh;h=fac25a85864bbc1ddfa05e45bd0a99799ef1de6a;hb=b58f477dba20015141cf1d1b90035553e87ab4a2;hp=4efff945860f1c688681fb43e022cdf8fa5fd441;hpb=13b99b242a6e50fe69f92689e851feb14e68f285;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git diff --git a/scripts/etc/bt-stack-up.sh b/scripts/etc/bt-stack-up.sh index 4efff94..fac25a8 100644 --- a/scripts/etc/bt-stack-up.sh +++ b/scripts/etc/bt-stack-up.sh @@ -13,9 +13,4 @@ if !(/usr/bin/hciconfig | grep hci); then exit 1 fi -# Execute BlueZ BT stack -echo "Run bluetoothd" -/usr/libexec/bluetooth/bluetoothd -d -C & -/usr/bin/bluetooth-share & - exit 0