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-on.j2

12 lines
152 B
Text
Raw Normal View History

2019-06-02 14:55:15 +00:00
#!/bin/bash
systemctl enable bt-agent
systemctl start bt-agent
systemctl enable bt-pan
systemctl start bt-pan
2019-06-03 15:51:40 +00:00
bluetoothctl <<EOF
discoverable on
EOF