diff --git a/Home.md b/Home.md index d60b797..1c59a80 100644 --- a/Home.md +++ b/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 ``` \ No newline at end of file