-
blueman: 2.3.5
I edited the /etc/bluetooth/main.conf file to disable automatically connecting, saved it then restarted, logged in (bluetooth correctly disabled at start up), pressed F12 to enable airplane mode, waited a few seconds, pressed F12 to disable airplane mode and bluetooth switched itself on automatically. It should have remembered the previous state. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Blueman enables bluetooth automatically through the PowerManager plugin. You can change this in the plugin dialog |
Beta Was this translation helpful? Give feedback.
-
I don't think Cinnamon has something like that, so I'd expect that to be a hardware killswitch. The adapter ends up powered? You can check e.g. in I'd exit blueman before the procedure to check if it plays a role. |
Beta Was this translation helpful? Give feedback.
From a quick glance at the code it looks like BlueZ restores the power state for a known adapter on unblock. I expect it to power the adapter on if it was powered on before, independent of the
AutoEnable
option.I would not expect it to power it on if it was powered off when getting blocked.
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/src/adapter.c#n7857