-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

bluetoothctl


> Manage Bluetooth devices from the command-line.

More information.


Enter the `bluetoothctl` shell:

bluetoothctl

List all known devices:

bluetoothctl devices

Power the Bluetooth controller on or off:

bluetoothctl power {on|off}

Pair with a device:

bluetoothctl pair {mac_address}

Remove a device:

bluetoothctl remove {mac_address}

Connect to a paired device:

bluetoothctl connect {mac_address}

Disconnect from a paired device:

bluetoothctl disconnect {mac_address}

Display help:

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).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:58:06 2024