Hi,
[Newbie Alert!]
I am having a weird Bluetooth connectivity problem, when I connect my Bluetooth speaker (JBL Charge 4) with my laptop (ThinkPad T430), the initial connection shows successfully connected but my audio is not playing from the connected device rather from the laptop speaker. Then, I reconnect the speaker from settings dialogue and then it is able to switch to speaker output. I tried to re-pair my speaker with the system but it again has the same issue. I was not having this issue on Ubuntu-based distros.
However, I did some research and tried this command - sudo systemctl status bluetooth -l
Output :
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2021-04-03 15:00:59 CEST; 24h ago
Docs: man:bluetoothd(8)
Main PID: 757 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 13969)
Memory: 2.5M
CGroup: /system.slice/bluetooth.service
└─757 /usr/lib/bluetooth/bluetoothd
Apr 04 02:33:01 manjaro bluetoothd[757]: profiles/audio/a2dp.c:a2dp_select_capabilities() Unable to
select SEP
Apr 04 02:33:17 manjaro bluetoothd[757]: Endpoint unregistered: sender=:1.82
path=/MediaEndpoint/A2DPSink/sbc
Apr 04 02:33:17 manjaro bluetoothd[757]: Endpoint unregistered: sender=:1.82
path=/MediaEndpoint/A2DPSource/sbc
Apr 04 02:33:20 manjaro bluetoothd[757]: Endpoint registered: sender=:1.82
path=/MediaEndpoint/A2DPSink/sbc
Apr 04 02:33:20 manjaro bluetoothd[757]: Endpoint registered: sender=:1.82
path=/MediaEndpoint/A2DPSource/sbc
Apr 04 02:33:36 manjaro bluetoothd[757]: /org/bluez/hci0/dev_5C_FB_7C_B0_41_41/sep1/fd3:
fd(40) ready
Apr 04 02:33:58 manjaro bluetoothd[757]: profiles/audio/a2dp.c:a2dp_select_capabilities() Unable to
select SEP
Apr 04 02:34:08 manjaro bluetoothd[757]: No matching connection for device
Apr 04 02:34:11 manjaro bluetoothd[757]: Endpoint unregistered: sender=:1.82
path=/MediaEndpoint/A2DPSink/sbc
Apr 04 02:34:11 manjaro bluetoothd[757]: Endpoint unregistered: sender=:1.82
path=/MediaEndpoint/A2DPSource/sbc
Is this the problem?
This happens on every reboot. Any help would be appreciated. Thank you