fd6c37c4b047335341981340bcc934f800b5af43
[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/sbin/hciconfig hci0 down
9
10 # Turn off Bluetooth Chip
11 /usr/sbin/rfkill block bluetooth