Existe outra questão aqui , mas Eu segui essas instruções e ainda não funcionou.
Aqui está o status do systemctl
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: Bluetooth daemon 5.42
Oct 06 10:02:38 TRAYUSH systemd[1]: Started Bluetooth service.
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: Starting SDP server
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: Bluetooth management interface 1.12 initialized
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: Failed to obtain handles for "Service Changed" characteristic
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: Sap driver initialization failed.
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: sap-server: Operation not permitted (1)
Oct 06 10:02:38 TRAYUSH bluetoothd[376]: Failed to set mode: Not Supported (0x0c)
Oct 06 10:03:00 TRAYUSH bluetoothd[376]: a2dp-sink profile connect failed for 04:52:C7:0E:7F:12: Protocol not available
Oct 06 10:06:20 TRAYUSH bluetoothd[376]: a2dp-sink profile connect failed for 04:52:C7:0E:7F:12: Protocol not available
Aqui está o conteúdo do /etc/bluetooth/main.conf
[General]
ControllerMode=bredr
E o conteúdo do /etc/bluetooth/audio.conf
[General]
Enable=Source,Sink,Headset,Gateway,Control,Socket,Media
Aqui está o que acontece quando tento me conectar via bluetoothctl
[trash@TRAYUSH ~]$ bluetoothctl
[NEW] Controller 98:58:8A:07:14:FC TRAYUSH [default]
[NEW] Device 04:52:C7:0E:7F:12 QC35
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# agent on
Agent registered
[bluetooth]# connect 04:52:C7:0E:7F:12
Aqui estão as informações relevantes do /etc/pulse/default.pa
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
Qualquer ajuda é apreciada, obrigado.
Ninja Edit: O Pulseaudio-bluetooth está instalado.