Bluetooth
Install bluez and bluez-utils.
pacman -S bluez bluez-utilsLoad bluetooth driver (may be already loaded).
modprobe btusbStart, and enable the bluetooth unit
systemctl enable --now bluetoothAdd user(s) who will use bluetooth to lp group
gpasswd -a ${USER} lpLast updated