From d7f6945d456edde43301821199098efd5811e63e Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 7 Nov 2013 16:11:28 +0900 Subject: [PATCH] Do not launch bt-service in bt-stack-up.sh file Change-Id: I268b221c945271c9457b27666513407c2d2e9152 --- scripts/bt-stack-down.sh | 1 - scripts/bt-stack-up.sh | 1 - 2 files changed, 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 -- 2.7.4