Do you have installed bluez and bluez-utils?
If no install them running:
sudo pacman -S bluez bluez-utils
Load the generic bluetooth driver:
sudo modprobe btusb
Then start the bluetooth.service
sudo systemctl start bluetooth
To make sure that bluetooth service always starts automatically, run:
sudo systemctl enable bluetooth