Files
cheat-sheets/bluetooth.md
2025-10-06 12:28:24 +03:00

30 lines
330 B
Markdown

# 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
~~~