diff --git a/system/connecting-to-a-device-via-bluetooth.md b/system/connecting-to-a-device-via-bluetooth.md new file mode 100644 index 0000000..4d85a09 --- /dev/null +++ b/system/connecting-to-a-device-via-bluetooth.md @@ -0,0 +1,7 @@ +If you want to connect to a device via bluetooth: +``` +sudo systemctl enable bluetooth.service +bluetoothctl power on +bluetoothctl devices # to find the mac address of your device +bluetoothctl connect +```