gnome-bluetooth-quick-connect icon indicating copy to clipboard operation
gnome-bluetooth-quick-connect copied to clipboard

ui improvement: disconnect the current connection in the case another device is selected for connecting

Open swissiety opened this issue 4 years ago • 2 comments

current situation: 1 device is connected. 2 devices are paired and thus listed in the ui. I want to connect to the unconnected device. To achieve this i need to disconnect before i can connect to the other device.

what I would expect: disconnect the current connection automatically.

swissiety avatar Dec 24 '20 11:12 swissiety

I totally understand what your problem is, and I would like this feature, too. But making this the default behaviour is not good, I think. At least on Smartphones, you want to be able to connect more than one device at a time (e.g. smartwatch and headphones).

There may be a usecase where this applies to computers as well. Maybe a setting to toggle this behaviour on and off would be the solution?

Merry Christmas, btw 😊🎄

daPhipz avatar Dec 24 '20 13:12 daPhipz

good objection - im not experienced enough whether concurrent connections were generally possible with a single adapter - since it doesnt work on my setup. maybe there is some way to detect if the adapter has the ability for multiple connections, too?

swissiety avatar Dec 27 '20 00:12 swissiety

@swissiety All bluetooth controllers should have this functionality afaik, but you need to explicitly allow it in /etc/bluetooth/main.conf:

# Enables Multi Profile Specification support. This allows to specify if
# system supports only Multiple Profiles Single Device (MPSD) configuration
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
# Devices (MPMD) configurations.
# Possible values: "off", "single", "multiple"
MultiProfile = multiple

(the default is off currently, fsr.)

Here's an example of me using just that (works on all my devices, regardless of type/age/gen of the controller):

Screenshot

image

egormanga avatar Nov 16 '22 15:11 egormanga

It's nowadays pretty common to have multiple bluetooth devices connected (Mouse, Game Controller, Keyboard, Headphones, Speakers...).

dreua avatar Jan 26 '23 12:01 dreua