Bluetooth Bookmarks

Published: 2020-07-09, Updated: 2022-09-16

Reiniciar service

sudo /etc/init.d/bluetooth restart

Esconde o ícone do Bluetooth no Ubuntu

gsettings set com.canonical.indicator.bluetooth visible true

Habilita / Desabilita

rfkill block bluetooth
rfkill unblock bluetooth

Conectar no bluetooth manualmente usando linha de comando

Para procurar um novo dispositivo

$ bluetoothctl
# scan on
[CHG] Device 22:22:22:22:AB:D6 Name: YET-M1
[CHG] Device 22:22:22:22:AB:D6 Alias: YET-M1

Para conectar

$ bluetoothctl 
[NEW] Controller 00:1A:7D:DA:71:0B typer-pc [default]
[NEW] Device 22:22:22:22:AB:D6 YET-M1
Agent registered
[bluetooth]# pair 22:22:22:22:AB:D6
Attempting to pair with 22:22:22:22:AB:D6
Failed to pair: org.bluez.Error.AlreadyExists
[bluetooth]# connect 22:22:22:22:AB:D6
Attempting to connect to 22:22:22:22:AB:D6
[CHG] Device 22:22:22:22:AB:D6 Connected: yes
Connection successful
[CHG] Device 22:22:22:22:AB:D6 ServicesResolved: yes

Manusear bluetooth com blueman

sudo apt install blueman

Encantamentos Minecraft Github Bookmarks

Comments