ฉันกำลังใช้ชุดหูฟัง SoundBuds Curve ใน Debian 9 และมีปัญหาเดียวกันฉันไม่สามารถเปลี่ยนจากโปรไฟล์ HSP / HFP เป็นโปรไฟล์ A2DP ได้
สิ่งที่แก้ไขปัญหาสำหรับฉันคือการแก้ไข /etc/bluetooth/main.conf ก่อนอื่นเพิ่มบรรทัดต่อไปนี้ภายใต้แท็ก [ทั่วไป] (คัดลอกจาก audio.conf ฉันพบการค้นหาวิธีแก้ไข):
# 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
ถัดไปเปิดใช้งานการสนับสนุนหลายโปรไฟล์ซึ่งสามารถพบได้ไม่กี่บรรทัดด้านล่างใน 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