1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/bluetooth/templates/iiab-bt-pan-off.j2

13 lines
245 B
Text
Raw Normal View History

2019-06-02 14:55:15 +00:00
#!/bin/bash
systemctl disable bt-agent
2019-06-03 15:51:40 +00:00
# for some reason this service is really slow to stop and can't do anything without bt-pan
#systemctl stop bt-agent
2019-06-02 14:55:15 +00:00
systemctl disable bt-pan
systemctl stop bt-pan
2019-06-03 15:51:40 +00:00
bluetoothctl <<EOF
discoverable off
EOF