0875c00ba0292de629b3350954174508ef4134a0
[platform/core/connectivity/bluetooth-tools.git] / scripts / wearable / bt-stack-down.sh
1 #!/bin/sh
2
3 #
4 # Script for stopping Bluetooth stack
5 #
6
7 # Remove BT device
8 /usr/etc/bluetooth/bt-dev-end.sh
9
10 # Kill BlueZ bluetooth stack
11 killall obexd obex-client
12 killall bluetooth-pb-agent
13 killall bluetooth-map-agent
14 killall bluetooth-hfp-agent
15 killall bluetooth-hf-agent
16 killall bluetoothd
17
18 # result
19 exit 0