X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git;a=blobdiff_plain;f=scripts%2Fetc%2Fbt-stack-down.sh;h=803c97d0f8e8574e076961a62ff28fbd6d5bcc59;hp=e476281248975af3a01707916a6d791583caf8f7;hb=22fe57474d788a7bc26b25430e74630cc75ab870;hpb=d6561223fa2be805bc2294cc0ec45109f7bf9977 diff --git a/scripts/etc/bt-stack-down.sh b/scripts/etc/bt-stack-down.sh index e476281..803c97d 100644 --- a/scripts/etc/bt-stack-down.sh +++ b/scripts/etc/bt-stack-down.sh @@ -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