Merge branch 'tizen' into tizen_5.5 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191230.212410 accepted/tizen/5.5/unified/wearable/hotfix/20201027.114831 submit/tizen_5.5/20191227.013755 submit/tizen_5.5_wearable_hotfix/20201026.184303
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 26 Dec 2019 00:33:51 +0000 (09:33 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 26 Dec 2019 00:33:51 +0000 (09:33 +0900)
scripts/etc/bt-stack-down.sh

index e476281..803c97d 100644 (file)
@@ -11,13 +11,15 @@ PGREP=/usr/bin/pgrep
 
 # Kill BlueZ bluetooth stack
 
-pkill --full obexd
-pkill --full obexd-client
 pkill --full bt-syspopup
 pkill --full bluetooth-pb-agent
 pkill --full bluetooth-map-agent
 pkill --full bluetooth-hfp-agent
+pkill --full bluetooth-ag-agent
+pkill --full bluetooth-hid-agent
 pkill --full bluetoothd
+pkill --full obexd
+pkill --full obexd-client
 
 # result
 exit 0