Fix HCI logger service's option to launch btmon
[platform/core/connectivity/bluetooth-tools.git] / scripts / mobile / bt-stack-down-with-radio.sh
index 801481c..17d213e 100755 (executable)
@@ -8,15 +8,19 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
 # If radio is on, should not call the device down script
 #/usr/etc/bluetooth/bt-dev-end.sh
 
+# Stop HCI logging
+systemctl stop bluetooth-hci-logger.service
+
 # Kill BlueZ bluetooth stack
-killall obexd obex-client
-killall bt-syspopup
-killall bluetooth-pb-agent
-killall bluetooth-map-agent
-killall bluetooth-hfp-agent
-killall bluetooth-ag-agent
-killall bluetoothd
-killall bluetooth-share
+pkill --full obexd
+pkill --full obexd-client
+pkill --full bt-syspopup
+pkill --full bluetooth-share
+pkill --full bluetooth-pb-agent
+pkill --full bluetooth-map-agent
+pkill --full bluetooth-hfp-agent
+pkill --full bluetooth-ag-agent
+pkill --full bluetoothd
 
 # result
 exit 0