Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created August 27, 2020 05:53
Show Gist options
  • Save miguelmota/b6af3649e0e787c65be7c0018c74572f to your computer and use it in GitHub Desktop.
Save miguelmota/b6af3649e0e787c65be7c0018c74572f to your computer and use it in GitHub Desktop.
Arch linux bluetooth connect example
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
bluetoothctl
[bluetooth]# power on
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# scan on
[bluetooth]# pair 7C:9A:1D:B3:57:BA
[bluetooth]# connect 7C:9A:1D:B3:57:BA
[bluetooth]# trust 7C:9A:1D:B3:57:BA
sudo pacman -S blueman
blueman-applet &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment