From: DoHyun Pyun Date: Mon, 28 Mar 2016 08:18:49 +0000 (+0900) Subject: Kill bluetooth-share process in BT off time X-Git-Tag: accepted/tizen/common/20160329.050910^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=d46ac3419642fa5a31fd4019581611e357c04476;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git Kill bluetooth-share process in BT off time Change-Id: I4aa2fdd49dd39ef73e29a363c1b886b378e0eda6 Signed-off-by: DoHyun Pyun --- diff --git a/scripts/mobile/bt-stack-down.sh b/scripts/mobile/bt-stack-down.sh index ae694ec..9d43f5d 100755 --- a/scripts/mobile/bt-stack-down.sh +++ b/scripts/mobile/bt-stack-down.sh @@ -15,6 +15,7 @@ killall bluetooth-map-agent killall bluetooth-hfp-agent killall bluetooth-ag-agent killall bluetoothd +killall bluetooth-share # result exit 0