mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-09 04:59:40 +03:00
TIL: Connecting to a device via bluetooth
This commit is contained in:
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>
|
||||
```
|
Reference in New Issue
Block a user