new change
This commit is contained in:
BIN
bash_scriptiong_basics
Normal file
BIN
bash_scriptiong_basics
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
29
bluetooth.md
Normal file
29
bluetooth.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Install.
|
||||
|
||||
~~~
|
||||
sudo pacman -S bluez bluez-utils
|
||||
~~~
|
||||
|
||||
## Settings.
|
||||
|
||||
~~~
|
||||
bluetoothctl ->
|
||||
power on
|
||||
agent on
|
||||
default-agent
|
||||
~~~
|
||||
|
||||
## Scan and connected.
|
||||
~~~
|
||||
bluetoothctl ->
|
||||
scan on
|
||||
connect <name_device>
|
||||
trust <name_device>
|
||||
scan off
|
||||
~~~
|
||||
|
||||
## Etc.
|
||||
~~~
|
||||
sudo vim /etc/bluetooth/main.conf
|
||||
AutoEnable=true
|
||||
~~~
|
Reference in New Issue
Block a user