bluetoothctl
Manage Bluetooth devices from the command-line.
- Enter the `bluetoothctl` shell:
bluetoothctl
bluetoothctl devices
- Power the Bluetooth controller on or off:
bluetoothctl power {on|off}
bluetoothctl pair {mac_address}
bluetoothctl remove {mac_address}
- Connect to a paired device:
bluetoothctl connect {mac_address}
- Disconnect from a paired device:
bluetoothctl disconnect {mac_address}
bluetoothctl help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).