mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
12 lines
245 B
Django/Jinja
12 lines
245 B
Django/Jinja
#!/bin/bash
|
|
|
|
systemctl disable bt-agent
|
|
# for some reason this service is really slow to stop and can't do anything without bt-pan
|
|
#systemctl stop bt-agent
|
|
|
|
systemctl disable bt-pan
|
|
systemctl stop bt-pan
|
|
|
|
bluetoothctl <<EOF
|
|
discoverable off
|
|
EOF
|