bluettoth

master
parent
commit
2c99b03850
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      Home.md

+ 18
- 0
Home.md

@ -42,4 +42,22 @@ Section "InputClass"
Option "VertScrollDelta" "-111"
Option "HorizScrollDelta" "-111"
EndSection
```
# Auto power-on after boot/resume
By default, the Bluetooth adapter does not power on after a reboot or resuming from suspend. If you would like the adapter to be powered on after reboot or resume, set AutoEnable=true in /etc/bluetooth/main.conf in the [Policy] section:
```
/etc/bluetooth/main.conf
[Policy]
AutoEnable=true
Discoverable on startup
```
If the device should always be visible and directly connectable:
```
/etc/bluetooth/main.conf
[General]
DiscoverableTimeout = 0
```

Loading…
Cancel
Save