আমি ডেবিয়ান 9 এ একটি সাউন্ডবডস কার্ভ হেডসেটটি ব্যবহার করছি এবং একই সমস্যা হয়েছে, আমি এইচএসপি / এইচএফপি প্রোফাইল থেকে A2DP প্রোফাইলে পরিবর্তন করতে পারিনি।
কী আমার জন্য সমস্যাটি স্থির করেছে, তা ছিল /etc/bluetuth/main.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
এরপরে একাধিক প্রোফাইলের জন্য সমর্থন সক্ষম করুন, যা মেইনকনফের নীচে কয়েকটি লাইন পাওয়া যাবে:
# 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