summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2013-11-07 16:11:28 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2013-11-07 16:39:39 +0900
commitd7f6945d456edde43301821199098efd5811e63e (patch)
treea0030d420c67ecec0fa8b79d8cf6a2626bbae6ee
parent3370b2777747ad197067d4b5d2a9dcc37a608de1 (diff)
downloadbluetooth-tools-tizen_2.2.tar.gz
bluetooth-tools-tizen_2.2.tar.bz2
bluetooth-tools-tizen_2.2.zip
Change-Id: I268b221c945271c9457b27666513407c2d2e9152
-rw-r--r--scripts/bt-stack-down.sh1
-rw-r--r--scripts/bt-stack-up.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/bt-stack-down.sh b/scripts/bt-stack-down.sh
index 96b77fe..322241a 100644
--- a/scripts/bt-stack-down.sh
+++ b/scripts/bt-stack-down.sh
@@ -8,7 +8,6 @@
/usr/etc/bluetooth/bt-dev-end.sh
# Kill BlueZ bluetooth stack
-killall bluetooth
killall obexd obex-client
killall bt-syspopup
killall bluetooth-share
diff --git a/scripts/bt-stack-up.sh b/scripts/bt-stack-up.sh
index 7780262..694f21a 100644
--- a/scripts/bt-stack-up.sh
+++ b/scripts/bt-stack-up.sh
@@ -26,7 +26,6 @@ fi
# Execute BlueZ BT stack
echo "Run bluetoothd"
/usr/sbin/bluetoothd -d
-/usr/bin/bt-service &
/usr/bin/bluetooth-share &
exit 0