yay -S pulseaudio-bluetooth bluez-utils
sudo vim /etc/bluetooth/main.conf
ControllerMode = bredr
AutoEnable=true
sudo vim /etc/pulse/system.pa
module-bluetooth-policy
module-bluez5-device
module-bluez5-discover
sudo vim /etc/udev/rules.d/50-bluetooth-hci-auto-poweron.rules
ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/bin/hciconfig %k up"
reboot