From 2c99b0385054bdb3b96d510520e277a673457e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 26 Apr 2022 13:16:12 +0000 Subject: [PATCH] bluettoth --- Home.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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