add bluetooth

main
Tran Hau 2020-03-11 22:12:20 +07:00
parent 0e1df9d07e
commit 05bca429ce
1 changed files with 13 additions and 0 deletions

13
bluetooth.md Normal file
View File

@ -0,0 +1,13 @@
# 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
```