I see that failure in pairing Bluetooth devices is commonplace. I have Ubuntu 21.04,
I plugged a Bluetooth 4.0 Adapter Dongle, the device (headphones) is visible but no pairing is obtained. I checked the status of the Bluetooth and it seems to me it is running:
sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
Active: active (running) since Mon 2021-09-27 09:54:30 CEST; 57min ago
Docs: man:bluetoothd(8)
Main PID: 1738 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 38312)
Memory: 1.8M
CGroup: /system.slice/bluetooth.service
└─1738 /usr/lib/bluetooth/bluetoothd
Sep 27 10:12:11 juggernaut bluetoothd[1738]: src/device.c:search_cb() E8:AB:FA:>
Sep 27 10:14:13 juggernaut bluetoothd[1738]: Pair device timed out for hci0
Sep 27 10:16:36 juggernaut bluetoothd[1738]: Pair device timed out for hci0
Sep 27 10:19:29 juggernaut bluetoothd[1738]: Pair device timed out for hci0
Sep 27 10:19:33 juggernaut bluetoothd[1738]: Failed to set mode: Failed (0x03)
Sep 27 10:19:35 juggernaut bluetoothd[1738]: Failed to set mode: Failed (0x03)
Sep 27 10:43:13 juggernaut bluetoothd[1738]: Pair device timed out for hci0
Sep 27 10:45:25 juggernaut bluetoothd[1738]: Failed to set mode: Failed (0x03)
Sep 27 10:45:35 juggernaut bluetoothd[1738]: Failed to set mode: Failed (0x03)
Sep 27 10:49:00 juggernaut bluetoothd[1738]: Failed to set mode: Failed (0x03)
What am I missing?
Thank you