My headset connects and then immediately disconnects

Hello,
Since the last update, my headset connects and then immediately disconnects. I can no longer use it.
Help me please.

How to Request Support

Tips and Tricks

Resources

1 Like

Bluetooth headset - Device connects, then disconnects after a few moments - ArchWiki

If you see messages like the following in the journal, and your device fails to connect or disconnects shortly after connecting:

bluetoothd: Unable to get connect data for Headset Voice gateway: getpeername: Transport endpoint is not connected (107) 
bluetoothd: connect error: Connection refused (111)

This may be because you have already paired the device with another operating system using the same bluetooth adapter (e.g., dual-booting). Some devices cannot handle multiple pairings associated with the same MAC address (i.e., bluetooth adapter). You can fix this by re-pairing the device. Start by removing the device:

$ bluetoothctl
[bluetooth]# devices
Device XX:XX:XX:XX:XX:XX My Device 
[bluetooth]# remove XX:XX:XX:XX:XX:XX

Then restart bluetooth.service [ systemctl restart bluetooth.service], turn on your bluetooth adapter, make your device discoverable, re-scan for devices, and re-pair your device. Depending on your bluetooth manager, you may need to perform a full reboot in order to re-discover the device.

There is a Permanent Fix i have Experiment With . I think it will help.

  1. Open konsole.
  2. write sudo systemctl edit bluetooth
  3. Add the sleep delay in the [Service] section:
    [Service] ExecStartPre=/bin/sleep 5 Restart=always RestartSec=3

NB: You only press Ctrl+Shift+V nothing more to paste here it will automatically paste the contents.

  1. Save and exit:
Ctrl + O

then press Enter

  1. Ctrl+X
  2. Apply the changes and restart:
sudo systemctl daemon-reload
sudo systemctl restart bluetooth
  1. Reboot your system:
sudo reboot

Seems to be working but its a temporary workaround. Have to do it everytime i restart

tried this but didnt seem to work