diff --git a/bluetooth.md b/bluetooth.md new file mode 100644 index 0000000..c28cc71 --- /dev/null +++ b/bluetooth.md @@ -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 +```