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:
parent
067d91157c
commit
fe21590f57
1 changed files with 36 additions and 0 deletions
36
pages.pt_BR/linux/bluetoothctl.md
Normal file
36
pages.pt_BR/linux/bluetoothctl.md
Normal 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`
|
Loading…
Add table
Reference in a new issue