logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bluetooth Control - Manage Bluetooth Devices | Online Free DevTools by Hexmos

Manage Bluetooth devices effectively with Bluetoothctl. Control power, pair devices, and troubleshoot connections using the command line. Free online tool, no registration required.

bluetoothctl

Manage Bluetooth devices. More information: https://manned.org/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