X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fmobile%2Fbt-stack-down-with-radio.sh;h=17d213e6268c6d3bda3104cac75b6c31c9131606;hb=a1d76dfdcc75873424357dff563ee330a91c288d;hp=664b063e374e84903ff8a603bb9aa3102d4a6bb7;hpb=1202382249a668ca9a3a08501ddbdbf7464457a3;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git diff --git a/scripts/mobile/bt-stack-down-with-radio.sh b/scripts/mobile/bt-stack-down-with-radio.sh index 664b063..17d213e 100755 --- a/scripts/mobile/bt-stack-down-with-radio.sh +++ b/scripts/mobile/bt-stack-down-with-radio.sh @@ -12,14 +12,15 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin 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