801481c2c57bdafbfc09d90f568a7733eb2ef4d1
[platform/core/connectivity/bluetooth-tools.git] / scripts / mobile / bt-stack-down-with-radio.sh
1 #!/bin/sh
2 PATH=/bin:/usr/bin:/sbin:/usr/sbin
3
4 #
5 # Script for stopping Bluetooth stack
6 #
7
8 # If radio is on, should not call the device down script
9 #/usr/etc/bluetooth/bt-dev-end.sh
10
11 # Kill BlueZ bluetooth stack
12 killall obexd obex-client
13 killall bt-syspopup
14 killall bluetooth-pb-agent
15 killall bluetooth-map-agent
16 killall bluetooth-hfp-agent
17 killall bluetooth-ag-agent
18 killall bluetoothd
19 killall bluetooth-share
20
21 # result
22 exit 0