Skip to content

Instantly share code, notes, and snippets.

@kenoss
Created February 7, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenoss/eaa3c7381c9f385174cde2237c7d4925 to your computer and use it in GitHub Desktop.
Save kenoss/eaa3c7381c9f385174cde2237c7d4925 to your computer and use it in GitHub Desktop.
How to pair bluetooth devices on linux
$ bluetoothctl
# scan on
...
[NEW] Device <...> HHKB-Hybrid_1
...
# scan off
# pair <...>
# connect <...>
# exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment