Skip to content

Instantly share code, notes, and snippets.

@davidthewatson
Created February 3, 2024 00:47
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 davidthewatson/a778a99fa639c78bfef871dbd53ef076 to your computer and use it in GitHub Desktop.
Save davidthewatson/a778a99fa639c78bfef871dbd53ef076 to your computer and use it in GitHub Desktop.
bluetoothctl commands for pairing logitech MK850 Keyboard on linux
bluetoothctl
power off
power on
agent KeyboardOnly
default-agent
pairable on
scan on
pair <mac address>
## the passkey will be printed, enter it on your keyboard ##
trust <mac address>
connect <mac address>
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment