Kill ag-agent and hid-agent in the common profile 33/220833/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 23 Dec 2019 23:39:54 +0000 (08:39 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 23 Dec 2019 23:39:54 +0000 (08:39 +0900)
Change-Id: Ibfb8303aef8cbe68619846e1cba26c89a9c685e7
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
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