solve bluetooth auto disconnection in arch linux

PHOTO EMBED

Sun Jul 16 2023 11:47:10 GMT+0000 (Coordinated Universal Time)

Saved by @amrosh #arch #linux #bluetooth #disconnection

sudo pacman -S pipewire pipewire-pulse
systemctl --user start pipewire-pulse      ## "enable" too if this works
sudo systemctl stop bluetooth
rm -rf /var/lib/bluetooth                  ## clear any profiles
sudo systemctl start bluetooth
bluetoothctl    
content_copyCOPY