मैं डेबियन 9 में साउंडबड्स कर्व हेडसेट का उपयोग कर रहा हूं, और एक ही समस्या थी, मैं एचएसपी / एचएफपी प्रोफाइल से ए 2 डीपी प्रोफाइल में स्विच करने में असमर्थ था।
मेरे लिए क्या समस्या है, /etc/bluaxy/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