tuxedocomputers/tuxedo-control-center

Scanning for Aquaris disconnects all bluetooth devices

Closed this issue · 1 comments

When enabling the Aquaris cooling solution my mouse and keyboard are disconnected.

This is related to the search method used to find the Aquaris BT connection which enumerates all devices and disconnects them after getting some basic information like the name and RSSI to find the Aquaris device.

I have a PR which fixes the disconnect issue #348 . I can with this patch connect to the Aquaris without disconnnecting other BT devices.

I still think there is some issue with forcefully disabling discovery after search which impacts the ability of BLE devices to reconnect after connecting to the Aquaris and requires an additianal scan le in bluetoothctl to get my mouse to reconnect again (which my keyboard does not need although it is BT4.2 LE ?).

seems to be fixed in bd9e9aa . Tested it 2.1.3 which includes the commit and it works perfectly fine.

closing this issue.