System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.