1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 13:02:08 +02:00
tldr/pages/linux/bluetoothctl.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

36 lines
597 B
Markdown

# bluetoothctl
> Manage Bluetooth devices.
> More information: <https://bitbucket.org/serkanp/bluetoothctl>.
- 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`