2025-12-16 10:20:31 -07:00
|
|
|
# bluetoothctl
|
|
|
|
|
|
|
|
|
|
> Spravuje Bluetooth zařízení.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Viz také: `bluetui`.
|
2025-12-16 10:20:31 -07:00
|
|
|
> Více informací: <https://manned.org/bluetoothctl>.
|
|
|
|
|
|
|
|
|
|
- Vstoupit do `bluetoothctl` shellu:
|
|
|
|
|
|
|
|
|
|
`bluetoothctl`
|
|
|
|
|
|
|
|
|
|
- Vypsat všechna známá zařízení:
|
|
|
|
|
|
|
|
|
|
`bluetoothctl devices`
|
|
|
|
|
|
|
|
|
|
- Zapnout nebo vypnout Bluetooth ovladač:
|
|
|
|
|
|
|
|
|
|
`bluetoothctl power {{on|off}}`
|
|
|
|
|
|
|
|
|
|
- Spárovat se zařízením:
|
|
|
|
|
|
|
|
|
|
`bluetoothctl pair {{mac_adresa}}`
|
|
|
|
|
|
|
|
|
|
- Smazat zařízení:
|
|
|
|
|
|
|
|
|
|
`bluetoothctl remove {{mac_adresa}}`
|
|
|
|
|
|
|
|
|
|
- Připojit se k 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`
|