Kill ag-agent and hid-agent in the common profile
[platform/core/connectivity/bluetooth-tools.git] / 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