mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 06:42:49 +00:00
Create bluetooth.md
This commit is contained in:
parent
4dbe57a29b
commit
51bf41c44d
1 changed files with 11 additions and 0 deletions
11
bluetooth.md
Normal file
11
bluetooth.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Bluetooth
|
||||
```bash
|
||||
hcitool scan # to get the MAC address of your device
|
||||
bluetoothctl
|
||||
agent on
|
||||
scan on # wait for your device's address to show up here
|
||||
scan off
|
||||
trust MAC_ADDRESS
|
||||
pair MAC_ADDRRESS
|
||||
connect MAC_ADDRESS
|
||||
```
|
Loading…
Reference in a new issue