If bluetooth won’t start try this…. in your terminal:
modprobe -r btusb && modprobe btusb
If that doesn’t work try (much of the following requires systemd):
sudo pacman -S bluez bluez-utils
sudo modprobe btusb
sudo systemctl enable bluetooth
sudo systemctl start bluetooth