mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-22 08:39:39 +01:00
TIL: Connecting to a device via bluetooth
This commit is contained in:
parent
d2a9e3d6ae
commit
68ae1bc314
7
system/connecting-to-a-device-via-bluetooth.md
Normal file
7
system/connecting-to-a-device-via-bluetooth.md
Normal file
@ -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 <MAC Address>
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user