1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

bluetoothctl: add pt_BR translation (#9214)

This commit is contained in:
Mariana Corrêa 2022-10-21 01:15:07 -03:00 committed by GitHub
parent 067d91157c
commit fe21590f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,36 @@
# bluetoothctl
> Gerencia dispositivos Bluetooth a partir da linha de comando.
> Mais informações: <https://bitbucket.org/serkanp/bluetoothctl>.
- Inicia o shell `bluetoothctl`:
`bluetoothctl`
- Lista todos os dispositivos conhecidos:
`bluetoothctl devices`
- Liga ou desliga o controlador Bluetooth:
`bluetoothctl power {{on|off}}`
- Emparelha com um dispositivo:
`bluetoothctl pair {{endereço_mac}}`
- Remove um dispositivo:
`bluetoothctl remove {{endereço_mac}}`
- Conecta a um dispositivo pareado:
`bluetoothctl connect {{endereço_mac}}`
- Desconecta um dispositivo pareado:
`bluetoothctl disconnect {{endereço_mac}}`
- Exibe ajuda:
`bluetoothctl help`