Kill bluetooth-share process in BT off time 79/63879/1 accepted/tizen/common/20160329.050910 accepted/tizen/ivi/20160329.043148 accepted/tizen/mobile/20160329.042953 accepted/tizen/tv/20160329.043033 accepted/tizen/wearable/20160329.043115 submit/tizen/20160328.090459
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 28 Mar 2016 08:18:49 +0000 (17:18 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 28 Mar 2016 08:18:49 +0000 (17:18 +0900)
Change-Id: I4aa2fdd49dd39ef73e29a363c1b886b378e0eda6
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
scripts/mobile/bt-stack-down.sh

index ae694ec..9d43f5d 100755 (executable)
@@ -15,6 +15,7 @@ killall bluetooth-map-agent
 killall bluetooth-hfp-agent
 killall bluetooth-ag-agent
 killall bluetoothd
+killall bluetooth-share
 
 # result
 exit 0