mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-07 20:33:33 +02:00
37 lines
644 B
Markdown
37 lines
644 B
Markdown
![]() |
# bluetoothctl
|
||
|
|
||
|
> Spravuje Bluetooth zařízení.
|
||
|
> Více informací: <https://manned.org/bluetoothctl>.
|
||
|
|
||
|
- Vstoupit do `bluetoothctl` shellu:
|
||
|
|
||
|
`bluetoothctl`
|
||
|
|
||
|
- Vypsat všechny známe zařízení:
|
||
|
|
||
|
`bluetoothctl devices`
|
||
|
|
||
|
- Zapnout nebo vypnout Bluetooth ovladač:
|
||
|
|
||
|
`bluetoothctl power {{on|off}}`
|
||
|
|
||
|
- Spárovat se s zařízením:
|
||
|
|
||
|
`bluetoothctl pair {{mac_adresa}}`
|
||
|
|
||
|
- Smazat zařízení:
|
||
|
|
||
|
`bluetoothctl remove {{mac_adresa}}`
|
||
|
|
||
|
- Připojit se ke spárovanému zařízení:
|
||
|
|
||
|
`bluetoothctl connect {{mac_adresa}}`
|
||
|
|
||
|
- Odpojit se od spárovaného zařízení:
|
||
|
|
||
|
`bluetoothctl disconnect {{mac_adresa}}`
|
||
|
|
||
|
- Zobrazit nápovědu:
|
||
|
|
||
|
`bluetoothctl help`
|