1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/bluetoothctl.md
2021-11-10 22:42:48 +00:00

619 B

bluetoothctl

Manage Bluetooth devices from the command-line. More information: https://www.npmjs.com/package/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