documentation/docs/void-desktop-setup/Bluetooth.md
2023-08-16 22:09:10 +02:00

614 B

Bluetooth

Bluetooth functionality may be obtained by enabling bluetoothd. Its packages may be installed by:

# xbps-install bluez bluez-alsa libspa-bluetooth

Then, bluetoothd may be enabled by symlinking it to /var/service/.

# ln -s /etc/sv/bluetoothd /var/service/

If it is the case that bluetooth is not constantly used. It may be generally disabled by:

# touch /var/service/bluetoothd/down

To be able to use bluetooth the user needs to be in the bluetooth group.

# usermod -aG bluetooth <user>