|
# Bluetooth
|
|
|
|
Assume you use Archlinux.
|
|
|
|
Read [Bluetooth](https://wiki.archlinux.org/index.php/Bluetooth).
|
|
|
|
After install `bluez`, `bluez-utils`, `blueman`, start/enable service:
|
|
|
|
```sh
|
|
systemctl start bluetooth.service
|
|
|
|
systemctl enable bluetooth.service
|
|
```
|