Saya menggunakan headset Kurva SoundBuds di Debian 9, dan memiliki masalah yang sama, saya tidak dapat beralih dari profil HSP / HFP ke profil A2DP.
Apa yang memperbaiki masalah bagi saya, adalah mengedit /etc/bluetooth/main.conf. Pertama tambahkan baris berikut di bawah tag [Umum] (disalin dari audio.conf, saya menemukan mencari solusi):
# Automatically connect both A2DP and HFP/HSP profiles for incoming
# connections. Some headsets that support both profiles will only connect the
# other one automatically so the default setting of true is usually a good
# idea.
AutoConnect=true
Selanjutnya aktifkan dukungan untuk beberapa profil, yang dapat ditemukan beberapa baris di bawah di main.conf:
# Enables Multi Profile Specification support. This allows to specify if
# system supports only Multiple Profiles Single Device (MPSD) configuration
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
# Devices (MPMD) configurations.
# Possible values: "off", "single", "multiple"
MultiProfile = multiple
sudo systemctl restart bluetooth