Bluetooth connectivity issues

Context

I currently have 4 operating systems on my device, and 3 of them are linux. 2 of them are manjaro gnome and manjaro kde, the other being Ubuntu 22.04. All 3 linux operating systems have an issue while connecting to my bluetooth earphones. I have faced this on this and my previous laptop with dual booted Ubuntu as well.

The issue

The thing is, bluetooth connects and disconnects simultaneously, almost immediately whenever I try to connect to a recognised device. For manjaro gnome, the connect slider just gets stuck at its original position, or starts flashing to remain at the original position. I do not use kde much, but it has had the same issue.

The only resolve I know of

By removing device (or forget connection which basically means to remove my earphones from recognised devices), and then repairing with it again, it remains connected. Ubuntu has gone a further step and this fix does not work on it nowadays.

It would seem to me that you simply have a particulary rubbish blutooth implementation. If the problem exists in every OS, it’s more likely to be a hardware or environmental issue.

Without specific information such as an actual error message and related logs, for example, there is not much else to be offered.

Please take some time to familiarise yourself with Forum requirements; in particular, the many ways to use the forum more effectively. To that end, these links will likely help:

Cheers.

… and the fourth one is Windows?

This is only a guess - I do not have Windows, but Windows may not be fully shut down (fast startup) and this may contribute to the issue.

Another, more “aggressive” way to start over would be:
stopping the bluetooth service
and then removing the contents of /var/lib/bluetooth
then starting the bluetooth service again and re-pairing your devices

1 Like

Sometimes, aggression is the only thing some of these low-budget devices will understand… :hammer: :hammer_and_pick: :hammer_and_wrench:

@soundofthunder
Hey, thanks for the tutorial links. I went through most of them. The error with bluetooth devices is a bit erratic, I will post the log messages whenever next I get the error.
Also, unlikely that the bluetooth implementation on the system is just trash. Its a new dell inspiron device, havent seen a problem with dell’s bluetooth usually, decent processor(i5 1340p), bought within the past 4 months.

@Nachlese
Could u elaborate on what you mean by stopping the bluetooth service?
In case this is what you meant, I have tried

sudo systemctl restart bluetooth

but to no avail.

ps : from what i understand, I dont think it would be of much help because it happens with newly downloaded operating systems as well

Archwiki cites an xkcd comic for Bluetooth headsets

Bluetooth headset - ArchWiki
Although Bluetooth is infamous for being unreliable[1], many implementations have seen massive improvements, making it a somewhat less excruciating experience on well-established hardware like Intel Bluetooth chips.

5 Likes

You could easily pay a premium price, and still have low-end components in the mix; it’s just how the industry works; maximise profit any way possible. Cheers. :slight_smile:

2 Likes

if you want to stop it, then the command should reflect that intention :face_with_peeking_eye:

systemctl stop bluetooth.service

to start it again, you may use either start or restart

What you did was stopping and instantly starting it again …

I suggested stopping the service before removing the connection details in /var/lib/bluetooth
just to be sure that removal would not be interfered with somehow by the service still running.

edit:

systemctl command does not need to be run with sudo!
You will be asked for the admin password - run it without sudo.
I just edited my post.

1 Like

I did this and now it doesnt let me pair my device at all.

Journalctl Log:

The following includes just the stopping and starting of the bluetooth service

Apr 15 18:32:45 raunak-inspiron165630 sudo[16812]:   raunak : TTY=pts/0 ; PWD=/home/raunak ; USER=root ; COMMAND=/usr/bin/systemctl stop bluetooth
Apr 15 18:32:45 raunak-inspiron165630 sudo[16812]: pam_unix(sudo:session): session opened for user root(uid=0) by raunak(uid=1000)
Apr 15 18:32:45 raunak-inspiron165630 bluetoothd[16303]: Terminating
Apr 15 18:32:45 raunak-inspiron165630 systemd[1]: Stopping Bluetooth service...
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/ldac
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/aptx_hd
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_hd
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/aptx
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/aac
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aac
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/sbc
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/sbc
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/sbc_xq
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/sbc_xq
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/faststream
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/opus_05
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/opus_05
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Endpoint unregistered: sender=:1.112 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Battery Provider Manager destroyed
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Stopping SDP server
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16303]: Exit
Apr 15 18:32:46 raunak-inspiron165630 systemd[1]: bluetooth.service: Deactivated successfully.
Apr 15 18:32:46 raunak-inspiron165630 systemd[1]: Stopped Bluetooth service.
Apr 15 18:32:46 raunak-inspiron165630 sudo[16812]: pam_unix(sudo:session): session closed for user root
Apr 15 18:32:46 raunak-inspiron165630 systemd[1]: Starting Bluetooth service...
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Bluetooth daemon 5.72
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Starting SDP server
Apr 15 18:32:46 raunak-inspiron165630 systemd[1]: Started Bluetooth service.
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/plugin.c:plugin_init() System does not support csip plugin
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/plugin.c:plugin_init() System does not support micp plugin
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/plugin.c:plugin_init() System does not support vcp plugin
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/plugin.c:plugin_init() System does not support mcp plugin
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/plugin.c:plugin_init() System does not support bass plugin
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/plugin.c:plugin_init() System does not support bap plugin
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Bluetooth management interface 1.22 initialized
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Failed (0x03)
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Battery Provider Manager created
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Failed to clear UUIDs: Failed (0x03)
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Failed to add UUID: Failed (0x03)
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Failed to add UUID: Failed (0x03)
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Failed to add UUID: Failed (0x03)
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/ldac
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/aptx_hd
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_hd
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/aptx
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/aac
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aac
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/sbc
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/sbc
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/sbc_xq
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/sbc_xq
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/faststream
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/opus_05
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/opus_05
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Apr 15 18:32:46 raunak-inspiron165630 systemd[1]: Starting Hostname Service...
Apr 15 18:32:46 raunak-inspiron165630 systemd[1]: Started Hostname Service.
Apr 15 18:32:47 raunak-inspiron165630 systemd[1292]: Started Application launched by gsd-media-keys.
Apr 15 18:32:47 raunak-inspiron165630 systemd[1292]: Started VTE child process 16842 launched by gnome-terminal-server process 13811.
Apr 15 18:32:50 raunak-inspiron165630 systemd[1292]: Started Application launched by gsd-media-keys.
Apr 15 18:32:50 raunak-inspiron165630 nautilus[16903]: Connecting to org.freedesktop.Tracker3.Miner.Files
Apr 15 18:32:50 raunak-inspiron165630 systemd[1292]: Started dbus-:1.2-org.gnome.NautilusPreviewer@10.service.
Apr 15 18:33:16 raunak-inspiron165630 systemd[1]: fprintd.service: Deactivated successfully.
Apr 15 18:33:16 raunak-inspiron165630 polkitd[602]: Operator of unix-session:3 successfully authenticated as unix-user:raunak to gain TEMPORARY authorization for action org.gtk.vfs.file-operations for unix-proc>
Apr 15 18:33:18 raunak-inspiron165630 gnome-shell[1427]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Apr 15 18:33:20 raunak-inspiron165630 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Apr 15 18:33:27 raunak-inspiron165630 sudo[17081]:   raunak : TTY=pts/0 ; PWD=/home/raunak ; USER=root ; COMMAND=/usr/bin/systemctl start bluetooth
Apr 15 18:33:27 raunak-inspiron165630 sudo[17081]: pam_unix(sudo:session): session opened for user root(uid=0) by raunak(uid=1000)
Apr 15 18:33:27 raunak-inspiron165630 sudo[17081]: pam_unix(sudo:session): session closed for user root
Apr 15 18:33:47 raunak-inspiron165630 wpa_supplicant[678]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-13 noise=9999 txrate=72200

Here is the journalctl log on my trial to pair my earphones


Apr 15 18:36:20 raunak-inspiron165630 gnome-shell[1427]: Window manager warning: last_user_time (10947315) is greater than comparison timestamp (10947311).  This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying to work around...
Apr 15 18:36:20 raunak-inspiron165630 gnome-shell[1427]: Window manager warning: W181 appears to be one of the offending windows with a timestamp of 10947315.  Working around...
Apr 15 18:36:34 raunak-inspiron165630 systemd[1292]: Started Application launched by gnome-shell.
Apr 15 18:36:35 raunak-inspiron165630 gnome-shell[1427]: Object .Gjs_ui_messageTray_Notification (0x5614746ed050), has been already disposed — impossible to emit any signal on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
                                                         == Stack trace for context 0x56147258ec50 ==
                                                         #0   5614726593f8 i   resource:///org/gnome/shell/ui/messageTray.js:500 (2aa8cd42d1a0 @ 74)
                                                         #1   561472659350 i   resource:///org/gnome/shell/ui/messageTray.js:496 (2aa8cd42d150 @ 56)
                                                         #2   5614726592c8 i   resource:///org/gnome/shell/ui/calendar.js:812 (2aa8cd436330 @ 22)
                                                         #3   561472659238 i   resource:///org/gnome/shell/ui/init.js:21 (8d5b2b70ba0 @ 48)
Apr 15 18:36:35 raunak-inspiron165630 gnome-shell[1427]: Object .Gjs_ui_messageTray_Notification (0x5614746ed050), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
                                                         == Stack trace for context 0x56147258ec50 ==
                                                         #0   5614726593f8 i   resource:///org/gnome/shell/ui/messageTray.js:501 (2aa8cd42d1a0 @ 89)
                                                         #1   561472659350 i   resource:///org/gnome/shell/ui/messageTray.js:496 (2aa8cd42d150 @ 56)
                                                         #2   5614726592c8 i   resource:///org/gnome/shell/ui/calendar.js:812 (2aa8cd436330 @ 22)
                                                         #3   561472659238 i   resource:///org/gnome/shell/ui/init.js:21 (8d5b2b70ba0 @ 48)
Apr 15 18:36:48 raunak-inspiron165630 gnome-control-c[16316]: Setting up /org/bluez/hci0/dev_F0_BE_25_C9_19_D9 failed: GDBus.Error:org.bluez.Error.AlreadyExists: Already Paired
Apr 15 18:36:50 raunak-inspiron165630 gnome-control-c[16316]: Setting up /org/bluez/hci0/dev_F0_BE_25_C9_19_D9 failed: GDBus.Error:org.bluez.Error.AlreadyExists: Already Paired
Apr 15 18:38:22 raunak-inspiron165630 google-chrome.desktop[12723]: [12765:12770:0415/183822.264980:ERROR:ssl_client_socket_impl.cc(970)] handshake failed; returned -1, SSL error code 1, net_error -100
Apr 15 18:38:22 raunak-inspiron165630 google-chrome.desktop[12723]: [12765:12770:0415/183822.473417:ERROR:ssl_client_socket_impl.cc(970)] handshake failed; returned -1, SSL error code 1, net_error -100
Apr 15 18:38:28 raunak-inspiron165630 google-chrome.desktop[12723]: [12765:12770:0415/183828.492151:ERROR:ssl_client_socket_impl.cc(970)] handshake failed; returned -1, SSL error code 1, net_error -100
Apr 15 18:38:34 raunak-inspiron165630 NetworkManager[600]: <info>  [1713186514.4438] manager: NetworkManager state is now CONNECTED_SITE
Apr 15 18:38:34 raunak-inspiron165630 systemd[1]: Starting Network Manager Script Dispatcher Service...
Apr 15 18:38:34 raunak-inspiron165630 systemd[1]: Started Network Manager Script Dispatcher Service.
Apr 15 18:38:42 raunak-inspiron165630 google-chrome.desktop[12723]: [12765:12770:0415/183842.683733:ERROR:ssl_client_socket_impl.cc(970)] handshake failed; returned -1, SSL error code 1, net_error -100
Apr 15 18:38:44 raunak-inspiron165630 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Apr 15 18:38:57 raunak-inspiron165630 NetworkManager[600]: <info>  [1713186537.3712] manager: NetworkManager state is now CONNECTED_GLOBAL
Apr 15 18:38:57 raunak-inspiron165630 systemd[1]: Starting Network Manager Script Dispatcher Service...
Apr 15 18:38:57 raunak-inspiron165630 systemd[1]: Started Network Manager Script Dispatcher Service.
Apr 15 18:39:07 raunak-inspiron165630 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.

edit : @Nachlese I did start it again, as reflected by the log file as well, where it started.
The output of the command you asked me to run is

                                                                                                                                                 ✔ 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Mon 2024-04-15 18:32:46 IST; 12min ago
       Docs: man:bluetoothd(8)
   Main PID: 16828 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18775)
     Memory: 1.1M (peak: 1.8M)
        CPU: 861ms
     CGroup: /system.slice/bluetooth.service
             └─16828 /usr/lib/bluetooth/bluetoothd

Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/faststream
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/opus_05
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/opus_05
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Apr 15 18:32:46 raunak-inspiron165630 bluetoothd[16828]: Endpoint registered: sender=:1.112 path=/MediaEndpoint/A2DPSource/opus_05_duplex

edit 2:
@Nachlese
I did remove that mac address one only. The third one that is

total 12
drwx------  3 root root 4096 Apr 15 18:33 .
drwxr-xr-x 46 root root 4096 Apr 14 00:33 ..
drwx------  3 root root 4096 Apr 15 18:50 74:13:EA:4F:E2:86

However, I used Nautilus and not CLI (should not be an issue I think?) [I do have hidden files visibility on]

Yet to check the fast boot thing on Windows, will try and tell if that works

edit 3: Reboot made it connect.

Reboot for the win, now and always.

first:
I edited my post - sudo is not needed.

second:
did you start the service again - after you had stopped it?

systemctl status bluetooth.service

Of course it will not be running/active when you just explicitly told it to stop.
That was exactly intention.

ls -al /var/lib/bluetooth
total 16
drwxr-xr-x  4 root root 4096 Apr  8  2023 .
drwxr-xr-x 87 root root 4096 Apr 12 07:43 ..
drwx------  6 root root 4096 Apr  1  2023 68:5D:43:58:FC:40
drwx------  6 root root 4096 Apr  3 11:16 84:A6:C8:E1:0E:00

From my actual machine right now.
two addresses - one is an old one from an adapter that got changed at some point …

those MAC addresses (the directories name is the MAC address) is what you should remove, recursively, after stopping the service, then start the service again

That is what I remember having done in the past.
Perhaps you want to reboot. :man_shrugging:

How about that Windows? fast startup or whatever the feature is called …

and anecdotal:

without discernable reason, it sometimes happens that one of my BT devices suddenly refuses to connect.
(3 pairs of different headphones which get connected to this computer and to my phone as well)

The only remedy was to factory reset them and pair them again.

Hi @raunakseksaria ,
I wonder whether you could post the output of the following terminal command:
ìnxi -v8azy

Regards,

1 Like

You probably have an issue with dual-boot pairing.
I did not try what they say, but it’s worth trying

https://wiki.archlinux.org/title/Bluetooth#Dual_boot_pairing

1 Like
System:
  Kernel: 6.6.26-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.2.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64
    root=UUID=3e4544ef-40a7-47db-bb27-279ee4473705 rw quiet splash apparmor=1
    security=apparmor udev.log_priority=3
  Desktop: GNOME v: 45.4 tk: GTK v: 3.24.41 wm: gnome-shell
    tools: gsd-screensaver-proxy dm: GDM v: 45.0.1 Distro: Manjaro
    base: Arch Linux
Machine:
  Type: Laptop System: Dell product: Inspiron 16 5630 v: N/A
    serial: <superuser required> Chassis: type: 10 serial: <superuser required>
  Mobo: Dell model: 0DTVKW v: A00 serial: <superuser required> part-nu: 0C15
    uuid: <superuser required> UEFI: Dell v: 1.12.0 date: 02/05/2024
Battery:
  ID-1: BAT0 charge: 49.1 Wh (98.0%) condition: 50.1/54.0 Wh (92.8%)
    volts: 16.6 min: 15.0 model: SMP DELL XDY9K38 type: Li-poly serial: <filter>
    status: discharging cycles: 119
Memory:
  System RAM: total: 16 GiB available: 15.31 GiB used: 2.89 GiB (18.9%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 16 GiB slots: 8 modules: 8 EC: None
    max-module-size: 2 GiB note: est.
  Device-1: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-2: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-3: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-4: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-5: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-6: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-7: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
  Device-8: Motherboard type: LPDDR5 detail: synchronous size: 2 GiB speed:
    spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5 width (bits): data: 16
    total: 16 manufacturer: N/A part-no: H58G56AK6BX069 serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: 13th Gen Intel Core i5-1340P bits: 64 type: MST AMCP
    arch: Raptor Lake level: v3 note: check built: 2022+ process: Intel 7 (10nm)
    family: 6 model-id: 0xBA (186) stepping: 2 microcode: 0x411C
  Topology: cpus: 1x cores: 12 mt: 4 tpc: 2 st: 8 threads: 16 smt: enabled
    cache: L1: 1.1 MiB desc: d-8x32 KiB, 4x48 KiB; i-4x32 KiB, 8x64 KiB L2: 9 MiB
    desc: 4x1.2 MiB, 2x2 MiB L3: 12 MiB desc: 1x12 MiB
  Speed (MHz): avg: 400 min/max: 400/4600:3400 scaling: driver: intel_pstate
    governor: powersave cores: 1: 400 2: 400 3: 400 4: 400 5: 400 6: 400 7: 400
    8: 400 9: 400 10: 400 11: 400 12: 400 13: 400 14: 400 15: 400 16: 400
    bogomips: 70064
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
    arch_capabilities arch_lbr arch_perfmon art avx avx2 avx_vnni bmi1 bmi2
    bts clflush clflushopt clwb cmov constant_tsc cpuid cpuid_fault cx16 cx8
    de ds_cpl dtes64 dtherm dts epb ept ept_ad erms est f16c flexpriority
    flush_l1d fma fpu fsgsbase fsrm fxsr gfni hfi ht hwp hwp_act_window
    hwp_epp hwp_notify hwp_pkg_req ibpb ibrs ibrs_enhanced ibt ida intel_pt
    invpcid lahf_lm lm mca mce md_clear mmx monitor movbe movdir64b movdiri
    msr mtrr nonstop_tsc nopl nx ospke pae pat pbe pclmulqdq pdcm pdpe1gb pebs
    pge pku pln pni popcnt pse pse36 pts rdpid rdrand rdseed rdtscp rep_good
    sdbg sep serialize sha_ni smap smep smx split_lock_detect ss ssbd sse sse2
    sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc tsc_adjust
    tsc_deadline_timer tsc_known_freq umip user_shstk vaes vme vmx vnmi
    vpclmulqdq vpid waitpkg x2apic xgetbv1 xsave xsavec xsaveopt xsaves
    xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Vulnerable: No microcode
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB: conditional;
    RSB filling; PBRSB-eIBRS: SW sequence; BHI: BHI_DIS_S
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Intel Raptor Lake-P [Iris Xe Graphics] vendor: Dell driver: i915
    v: kernel arch: Gen-13 process: Intel 7 (10nm) built: 2022+ ports:
    active: eDP-1 empty: DP-1,DP-2,HDMI-A-1 bus-ID: 0000:00:02.0
    chip-ID: 8086:a7a0 class-ID: 0300
  Device-2: Microdia Integrated_Webcam_FHD driver: uvcvideo type: USB
    rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 3-6:3 chip-ID: 0c45:6739
    class-ID: 0e02
  Display: wayland server: X.org v: 1.21.1.12 with: Xwayland v: 23.2.6
    compositor: gnome-shell driver: gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: ChiMei InnoLux 0x1612 built: 2021 res: 1920x1200
    dpi: 142 gamma: 1.2 chroma: red: x: 0.592 y: 0.349 green: x: 0.329 y: 0.557
    blue: x: 0.153 y: 0.118 white: x: 0.314 y: 0.329
    size: 344x215mm (13.54x8.46") diag: 406mm (16") ratio: 16:10
    modes: 1920x1200
  EDID-Warnings: 1: parse_edid: unknown flag 0
  API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris
    device: 1 drv: swrast surfaceless: drv: iris wayland: drv: iris x11:
    drv: iris inactive: gbm
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.2-manjaro1.1
    glx-v: 1.4 direct-render: yes renderer: Mesa Intel Graphics (RPL-P)
    device-ID: 8086:a7a0 memory: 14.95 GiB unified: yes display-ID: :0.0
Audio:
  Device-1: Intel Raptor Lake-P/U/H cAVS vendor: Dell
    driver: sof-audio-pci-intel-tgl
    alternate: snd_hda_intel,snd_sof_pci_intel_tgl bus-ID: 0000:00:1f.3
    chip-ID: 8086:51ca class-ID: 0401
  API: ALSA v: k6.6.26-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.0.3 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Raptor Lake PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 0000:00:14.3 chip-ID: 8086:51f1 class-ID: 0280
  IF: wlp0s20f3 state: up mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel AX211 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 3-10:4 chip-ID: 8087:0033
    class-ID: e001
  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.3
    lmp-v: 12 status: discoverable: no pairing: no class-ID: 6c010c
Logical:
  Message: No logical block device data found.
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller Intel
    driver: vmd v: 0.6 port: N/A bus-ID: 0000:00:0e.0 chip-ID: 8086:a77f rev:
    class-ID: 0104
Drives:
  Local Storage: total: 953.87 GiB used: 64.87 GiB (6.8%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: PC SN740 NVMe WD 1TB size: 953.87 GiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 73914108 temp: 49.9 C scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 78.12 GiB size: 76.35 GiB (97.73%) used: 64.75 GiB (84.8%)
    fs: ext4 dev: /dev/nvme0n1p9 maj-min: 259:9 label: N/A
    uuid: 3e4544ef-40a7-47db-bb27-279ee4473705
  ID-2: /boot/efi raw-size: 200 MiB size: 196 MiB (98.00%)
    used: 126.3 MiB (64.4%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1
    label: ESP uuid: FE7C-3D4F
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/nvme0n1p10 maj-min: 259:10 size: 117.97 GiB fs: ext4 label: N/A
    uuid: 9756921c-0296-4fa7-abfe-c9ee9ee1fb0a
  ID-2: /dev/nvme0n1p2 maj-min: 259:2 size: 128 MiB fs: <superuser required>
    label: N/A uuid: N/A
  ID-3: /dev/nvme0n1p3 maj-min: 259:3 size: 463.72 GiB fs: ntfs label: OS
    uuid: 26A08B09A08ADF25
  ID-4: /dev/nvme0n1p4 maj-min: 259:4 size: 195.31 GiB fs: ntfs label: Data
    uuid: 108831C48831A95C
  ID-5: /dev/nvme0n1p5 maj-min: 259:5 size: 990 MiB fs: ntfs
    label: WINRETOOLS uuid: C6BC5111BC50FCFD
  ID-6: /dev/nvme0n1p6 maj-min: 259:6 size: 18.63 GiB fs: ntfs label: Image
    uuid: 90B85150B8513646
  ID-7: /dev/nvme0n1p7 maj-min: 259:7 size: 1.46 GiB fs: ntfs
    label: DELLSUPPORT uuid: 7412F2AB12F2720A
  ID-8: /dev/nvme0n1p8 maj-min: 259:8 size: 77.34 GiB fs: ext4 label: N/A
    uuid: c0853498-dbf3-4cb8-949d-485a6122dfc7
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 2-0:1 info: super-speed hub ports: 1 rev: 3.1
    speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 12 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-5:2 info: Shenzhen Goodix USB2.0 MISC type: <vendor specific>
    driver: N/A interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 100mA chip-ID: 27c6:639c class-ID: ef00 serial: <filter>
  Device-2: 3-6:3 info: Microdia Integrated_Webcam_FHD type: video
    driver: uvcvideo interfaces: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1
    mode: 2.0 power: 500mA chip-ID: 0c45:6739 class-ID: 0e02
  Device-3: 3-10:4 info: Intel AX211 Bluetooth type: bluetooth driver: btusb
    interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    power: 100mA chip-ID: 8087:0033 class-ID: e001
  Hub-4: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 58.0 C mobo: 48.0 C sodimm: SODIMM C
  Fan Speeds (rpm): cpu: 2711
Repos:
  Packages: 1415 pm: pacman pkgs: 1405 libs: 361 tools: gnome-software,pamac
    pm: flatpak pkgs: 10
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirrors.xtom.de/manjaro/stable/$repo/$arch
    2: https://mirror.easyname.at/manjaro/stable/$repo/$arch
    3: https://mirrors.xtom.jp/manjaro/stable/$repo/$arch
    4: https://mirror.vinehost.net/manjaro/stable/$repo/$arch
    5: http://mirror.terrahost.no/linux/manjaro/stable/$repo/$arch
    6: https://ct.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch
    7: https://ftpmirror1.infania.net/mirror/manjaro/stable/$repo/$arch
    8: https://manjaro.mirrors.lavatech.top/stable/$repo/$arch
Processes:
  CPU top: 5 of 410
  1: cpu: 100% command: ps pid: 3540 mem: 4.38 MiB (0.0%)
  2: cpu: 23.1% command: chrome pid: 2628 mem: 345.4 MiB (2.2%)
  3: cpu: 16.0% command: chrome pid: 2363 mem: 416.6 MiB (2.6%)
  4: cpu: 6.6% command: chrome pid: 3273 mem: 232.9 MiB (1.4%)
  5: cpu: 4.9% command: chrome pid: 2472 mem: 178.7 MiB (1.1%)
  Memory top: 5 of 410
  1: mem: 416.6 MiB (2.6%) command: chrome pid: 2363 cpu: 16.0%
  2: mem: 345.4 MiB (2.2%) command: chrome pid: 2628 cpu: 23.1%
  3: mem: 232.9 MiB (1.4%) command: chrome pid: 3273 cpu: 6.6%
  4: mem: 223.1 MiB (1.4%) command: gnome-shell pid: 1397 cpu: 4.5%
  5: mem: 222.6 MiB (1.4%) command: chrome pid: 2658 cpu: 3.6%
Info:
  Processes: 410 Power: uptime: 4m states: freeze,mem,disk suspend: s2idle
    wakeups: 1 hibernate: platform avail: shutdown, reboot, suspend, test_resume
    image: 6.11 GiB services: gsd-power, power-profiles-daemon, upowerd
    Init: systemd v: 255 default: graphical tool: systemctl
  Compilers: clang: 16.0.6 gcc: 13.2.1 Shell: Zsh v: 5.9
    running-in: gnome-terminal inxi: 3.3.34

Specifically: status: discoverable: no pairing: no class-ID: 6c010c

This suggests to me that, either; you haven’t actually paired any devices yet; or the link from @ChrisCanyon (above) might be a good place to start to resolve the issue.

Hi @raunakseksaria,
In order to solve your problem I ask you again to put the outputs of the following terminal commands:
Maybe, you can post the following terminal commands:
systemctl --user status wireplumber pipewire pipewire-pulse
sudo fuser -v /dev/snd/*
sudo journalctl -b | grep bluetoothd
sudo pacman -Q | grep pipe

Regards

● wireplumber.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
     Active: active (running) since Tue 2024-04-16 10:06:01 IST; 9h ago
   Main PID: 1916 (wireplumber)
      Tasks: 7 (limit: 18775)
     Memory: 10.5M (peak: 12.1M)
        CPU: 764ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
             └─1916 /usr/bin/wireplumber

Apr 16 10:06:01 raunak-inspiron165630 systemd[1281]: Started Multimedia Service Session Manager.
Apr 16 10:06:01 raunak-inspiron165630 wireplumber[1916]: [0:00:42.811302656] [1916] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Apr 16 10:06:01 raunak-inspiron165630 wireplumber[1916]: [0:00:42.811314514] [1916] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Apr 16 10:06:01 raunak-inspiron165630 wireplumber[1916]: [0:00:42.811330706] [1916]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: enabled)
     Active: active (running) since Tue 2024-04-16 10:06:01 IST; 9h ago
TriggeredBy: ● pipewire.socket
   Main PID: 1913 (pipewire)
      Tasks: 4 (limit: 18775)
     Memory: 11.9M (peak: 13.9M)
        CPU: 31.061s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─1913 /usr/bin/pipewire

Apr 16 10:06:01 raunak-inspiron165630 systemd[1281]: Started PipeWire Multimedia Service.
Apr 16 10:06:01 raunak-inspiron165630 pipewire[1913]: [0:00:43.080766047] [1913] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Apr 16 10:06:01 raunak-inspiron165630 pipewire[1913]: [0:00:43.080778244] [1913] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Apr 16 10:06:01 raunak-inspiron165630 pipewire[1913]: [0:00:43.080796348] [1913]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0

● pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; disabled; preset: enabled)
     Active: active (running) since Tue 2024-04-16 10:06:01 IST; 9h ago
TriggeredBy: ● pipewire-pulse.socket
   Main PID: 1917 (pipewire-pulse)
      Tasks: 3 (limit: 18775)
     Memory: 26.9M (peak: 28.1M)
        CPU: 1min 34.401s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
             └─1917 /usr/bin/pipewire-pulse

Apr 16 10:06:01 raunak-inspiron165630 systemd[1281]: Started PipeWire PulseAudio.
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  raunak     1913 F.... pipewire
                     raunak     1916 F.... wireplumber
/dev/snd/seq:        raunak     1913 F.... pipewire

Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: Bluetooth daemon 5.72
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: Starting SDP server
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: src/plugin.c:plugin_init() System does not support csip plugin
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: src/plugin.c:plugin_init() System does not support micp plugin
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: src/plugin.c:plugin_init() System does not support vcp plugin
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: src/plugin.c:plugin_init() System does not support mcp plugin
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: src/plugin.c:plugin_init() System does not support bass plugin
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: src/plugin.c:plugin_init() System does not support bap plugin
Apr 16 10:05:24 raunak-inspiron165630 bluetoothd[586]: Bluetooth management interface 1.22 initialized
Apr 16 10:05:25 raunak-inspiron165630 bluetoothd[586]: Battery Provider Manager created
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/ldac
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/aptx_hd
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_hd
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/aptx
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/aac
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aac
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc_xq
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc_xq
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/faststream
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/opus_05
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/opus_05
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Apr 16 10:05:29 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/ldac
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/aptx_hd
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_hd
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/aptx
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/aac
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aac
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc_xq
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc_xq
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/faststream
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/opus_05
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/opus_05
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Apr 16 10:05:59 raunak-inspiron165630 bluetoothd[586]: Endpoint unregistered: sender=:1.57 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/ldac
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/aptx_hd
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aptx_hd
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/aptx
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aptx
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/aac
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aac
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/sbc
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/sbc
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/sbc_xq
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/sbc_xq
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/faststream
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/opus_05
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/opus_05
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Apr 16 10:06:01 raunak-inspiron165630 bluetoothd[586]: Endpoint registered: sender=:1.113 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Apr 16 10:07:16 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 11:38:03 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 11:56:34 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 11:56:39 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 11:57:07 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 13:05:01 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 13:41:28 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 14:42:36 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 14:43:08 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 15:43:03 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 16:44:53 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
Apr 16 19:28:04 raunak-inspiron165630 bluetoothd[586]: Controller resume with wake event 0x0
gst-plugin-pipewire 1:1.0.3-1
libpipeline 1.5.7-1
libpipewire 1:1.0.3-1
manjaro-pipewire 20231009-1
pipewire 1:1.0.3-1
pipewire-alsa 1:1.0.3-1
pipewire-audio 1:1.0.3-1
pipewire-pulse 1:1.0.3-1
pipewire-session-manager 1:1.0.3-1
qemu-audio-pipewire 8.2.2-1

The idea was that bluetooth was stopped, contents of /var/lib/bluetooth were manually deleted, and then bluetooth was started, which obviously unpairs all previously paired devices, and the log file of that was attached.

It is very highly possible, as this issue is pretty common in my college, where almost everyone in my batch has their machines dual booted. I will definitely look into it, thanks