2025-08-27 06:20:50 +02:00
|
|
|
# bluetoothctl
|
|
|
|
|
|
|
|
> Spravuje Bluetooth zařízení.
|
|
|
|
> Více informací: <https://manned.org/bluetoothctl>.
|
|
|
|
|
|
|
|
- Vstoupit do `bluetoothctl` shellu:
|
|
|
|
|
|
|
|
`bluetoothctl`
|
|
|
|
|
2025-08-29 11:23:44 +02:00
|
|
|
- Vypsat všechna známá zařízení:
|
2025-08-27 06:20:50 +02:00
|
|
|
|
|
|
|
`bluetoothctl devices`
|
|
|
|
|
|
|
|
- Zapnout nebo vypnout Bluetooth ovladač:
|
|
|
|
|
|
|
|
`bluetoothctl power {{on|off}}`
|
|
|
|
|
2025-08-29 11:23:44 +02:00
|
|
|
- Spárovat se zařízením:
|
2025-08-27 06:20:50 +02:00
|
|
|
|
|
|
|
`bluetoothctl pair {{mac_adresa}}`
|
|
|
|
|
|
|
|
- Smazat zařízení:
|
|
|
|
|
|
|
|
`bluetoothctl remove {{mac_adresa}}`
|
|
|
|
|
2025-08-29 11:23:44 +02:00
|
|
|
- Připojit se k spárovanému zařízení:
|
2025-08-27 06:20:50 +02:00
|
|
|
|
|
|
|
`bluetoothctl connect {{mac_adresa}}`
|
|
|
|
|
|
|
|
- Odpojit se od spárovaného zařízení:
|
|
|
|
|
|
|
|
`bluetoothctl disconnect {{mac_adresa}}`
|
|
|
|
|
|
|
|
- Zobrazit nápovědu:
|
|
|
|
|
|
|
|
`bluetoothctl help`
|