You are not logged in.
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
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
I think it should be signaled in the wiki page
Go on then. It is a wiki after all.
Offline
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