# Bluetooth

Install the following packages to enable Bluetooth functionality and the necessary tools to control them:

~~~bash
pacman -S bluez bluez-utils
~~~

Enable the systemd unit to initialize Bluetooth during boot:

~~~bash
systemctl enable bluetooth
~~~