How to use bluetooth headset on Arch Linux
Install packages
sudo pacman -S pipewire-pulse
Enable experimental flag
sudo vim /etc/bluetooth/main.conf
/Experimental =
Change it to true
restart the system
Verify that pipewire is working
pactl info | ag -Ui "server name"
Server Name: PulseAudio (on PipeWire 0.3.51)