Controller on / off
sudo bluetoothctl power on
sudo bluetoothctl power off
Status Bluetooth
sudo systemctl status bluetooth.service
bei Neustart laden
sudo systemctl enable bluetooth.service
Bluetooth starten
sudo systemctl start bluetooth.service
öffnen der bluetoothctl shell
sudo bluetoothctl
Scan Bluetooth Devices
scan on
WICHTIG: Scan muss wieder deaktiviert werden. Braucht viele Ressourcen und führt zu Unterbrechung bei der Übertragung.
scan off
bestehende Verbindung anzeigen
paired-devices
einmalige Verbindung aufbauen
pair 04:FE:A1:AF:94:6D
dauerhafte Verbindung
connect 04:FE:A1:AF:94:6D
Verbindung beenden
remove 04:FE:A1:AF:94:6D
Erfolgreich installiert: 24.04.2022
Quellen
https://tutorials-raspberrypi.de/raspberry-pi-3-wlan-einrichten-bluetooth/
http://tutorials-raspberrypi.de/raspberry-pi-bluetooth-datentransfer-smartphone/