Modify the program path to match Bluez-5.X
[platform/core/connectivity/bluetooth-tools.git] / scripts / bt-dev-end.sh
1 #!/bin/sh
2
3 #
4 # Script for stopping Bluetooth stack
5 #
6
7 # Device down
8 /usr/bin/hciconfig hci0 down
9
10 # Turn off Bluetooth Chip
11 /usr/sbin/rfkill block bluetooth