自从更新到 ubuntu 14.04 后,每次我的蓝牙设备空闲或我将其关闭然后重新打开时,它默认为电话设置,我无法将其默认为 a2dp。
我已经搜索过并且只找到了几个可能的解决方案,例如
蓝牙扬声器:首选模式“高保真播放”(A2DP)没有得到保存,
但这些对我不起作用。当我Disable=Headset
按照该帖子中的建议使用时,它会暂时工作,但过了一会儿,如果我的设备断开连接,它将不会作为音频设备重新连接。
我正在使用 Bose Soundlink 耳机,我的/etc/bluetooth/audio.conf
文件如下:
# Configuration file for the audio service
# This section contains options which are not specific to any
# particular interface
[General]
# Switch to master role for incoming connections (defaults to true)
#Master=true
# If we want to disable support for specific services
# Defaults to supporting all implemented services
#Disable=Gateway,Source,Socket
# SCO routing. Either PCM or HCI (in which case audio is …
Run Code Online (Sandbox Code Playgroud)