Created
February 3, 2024 00:47
-
-
Save davidthewatson/a778a99fa639c78bfef871dbd53ef076 to your computer and use it in GitHub Desktop.
bluetoothctl commands for pairing logitech MK850 Keyboard on linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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