Files
cheat-sheets/bluetooth.md

30 lines
330 B
Markdown
Raw Normal View History

2025-10-06 12:28:24 +03:00
# 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
~~~