New issue by LinArcX on void-packages repository https://github.com/void-linux/void-packages/issues/40018 Description: ### Is this a new report? Yes ### System Info Void 5.19.16_1 x86_64 GenuineIntel notuptodate hold rFFF ### Package(s) Affected bluez, dbus ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://github.com/bluez/bluez/issues/351 IT says that the issue is related to audio. And I installed every audio related package that exists in void for Bluetooth. Still got the same error. ### Expected behaviour Whenever i wanted to connect to a Bluetooth device, I should do it without any issue. ### Actual behaviour bluez can't connect to bluetooth devices. ### Steps to reproduce 1. install these packages first: ``` bluez dbus bluez libspa-bluetooth blueman bluez-alsa-32bit bluez-alsa pipewire pulseaudio ``` And enable service for: ``` pulseaudio dbus bluetoothd ``` Type: `bluetoothctl` and press ENTER. Then you can do lots of commands here. for example: `scan on`, `pair `, `truse `, etc.. All of them works without any problem. But I can't connect to any device: ``` Attempting to connect to Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable ```