You are not logged in.

#1 2021-12-22 15:57:06

tigerjack
Member
Registered: 2017-08-20
Posts: 87

[SOLVED] Bluetooth mouse don't auto-reconnect

As per the title, my Inhpic Bluetooth mouse does not reconnect automatically when I reboot the laptop. Indeed, each time I have to reset to remove the mouse from the paired devices, regenerate a new MAC address for the mouse device and pair it again.

This is the output of bluetoothctl when I try to connect to the mouse

[bluetooth]# connect DD:38:E1:E3:BA:45
Attempting to connect to DD:38:E1:E3:BA:45
Failed to connect: org.bluez.Error.Failed le-connection-abort-by-local

On Windows 11, the connection is working just fine.

Last edited by tigerjack (2022-02-01 18:42:35)

Offline

#2 2022-01-04 16:44:07

tigerjack
Member
Registered: 2017-08-20
Posts: 87

Re: [SOLVED] Bluetooth mouse don't auto-reconnect

Apparently, the problem was due to the experimental features enabled in the systemd unit.
Switching back from

ExecStart=/usr/lib/bluetooth/bluetoothd --experimental

to

ExecStart=/usr/lib/bluetooth/bluetoothd

in

/etc/systemd/system/bluetooth.service

solved the problem. The issue is also reported on github. I think it should be signaled in the wiki page

Offline

#3 2022-01-04 17:32:48

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Bluetooth mouse don't auto-reconnect

tigerjack wrote:

I think it should be signaled in the wiki page

Go on then. It is a wiki after all.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2025-05-17 09:22:35

coder3101
Member
Registered: 2020-07-30
Posts: 4

Re: [SOLVED] Bluetooth mouse don't auto-reconnect

From https://github.com/bluez/bluez/issues/2 … 1016687492

Since bluez 5.62, experimental features can be enabled individually. In config file /etc/bluetooth/main.conf for Experimental` field put the UUID of Bluez experimental Bluetooth Quality Report (usually 330859bc-7506-492d-9370-9a6f0614037f) and restart bluetooth.service

Offline

Board footer

Powered by FluxBB