diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2013-11-07 16:11:28 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2013-11-07 16:39:39 +0900 |
commit | d7f6945d456edde43301821199098efd5811e63e (patch) | |
tree | a0030d420c67ecec0fa8b79d8cf6a2626bbae6ee | |
parent | 3370b2777747ad197067d4b5d2a9dcc37a608de1 (diff) | |
download | bluetooth-tools-accepted/tizen/2.2/main.tar.gz bluetooth-tools-accepted/tizen/2.2/main.tar.bz2 bluetooth-tools-accepted/tizen/2.2/main.zip |
Do not launch bt-service in bt-stack-up.sh filesubmit/tizen_2.2/20131108.052256accepted/tizen_2.2/20131108.0525462.2.1_releasetizen_2.2accepted/tizen/2.2/main
Change-Id: I268b221c945271c9457b27666513407c2d2e9152
-rw-r--r-- | scripts/bt-stack-down.sh | 1 | ||||
-rw-r--r-- | scripts/bt-stack-up.sh | 1 |
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 |