Code sync: merged tizen 2.4 base source code
[platform/core/connectivity/bluetooth-tools.git] / scripts / bt-edutm-off.sh
1 #!/bin/sh
2
3 #
4 # Script for turning off Bluetooth(EDUTM)
5 #
6
7 # Kill BlueZ bluetooth stack
8 /usr/bin/killall bluetoothd
9
10 # Remove BT device
11 /usr/etc/bluetooth/bt-dev-end.sh
12
13 # result
14 exit 0