til/system/connecting-to-a-device-via-bluetooth.md

8 lines
221 B
Markdown

If you want to connect to a device via bluetooth:
```bash
sudo systemctl enable bluetooth.service
bluetoothctl power on
bluetoothctl devices # to find the mac address of your device
bluetoothctl connect <MAC Address>
```