BlueZ

install

1 2

sudo pacman -S bluez bluez-utils blueman
sudo systemctl enable --now bluetooth

usage

# rfkill list
# sudo rfkill unblock bluetooth
# sudo hciconfig hci0 up
# hciconfig
bluetoothctl
# bluetoothctl
scan on
pair XX:XX:XX:XX:XX:XX
connect XX:XX:XX:XX:XX:XX
trust XX:XX:XX:XX:XX:XX

reference