User Tools

Site Tools


informatique:linux:bluetooth

Je pose ça là : commandes à lancer pour appairer un périphérique bluetooth en CLI (ligne de commande) :

# trouver l'interface bluetooth installée sur la machine
hcitool dev
Devices:
        hci0    00:1A:7D:00:11:22
 
# scanner les alentours à la recherche d'une enceinte par exemple
hcitool -i hci0 scan
Scanning ...
        30:9F:78:22:11:00       METRONIC-SP15
 
# ajouter le périphérique de confiance
bluetoothctl trust 30:9F:78:22:11:00
bluetoothctl connect 30:9F:78:22:11:00
# à la fin seulement...
bluetoothctl disconnect 30:9F:78:22:11:00

Sous XFCE par exemple, il existe blueman, qui est un gestionnaire graphique de bluetooth.

informatique/linux/bluetooth.txt · Last modified: 2023/02/21 19:11 by pteu