首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >14.04蓝牙耳机无法保存a2dp设置

14.04蓝牙耳机无法保存a2dp设置
EN

Ask Ubuntu用户
提问于 2015-03-24 16:18:24
回答 1查看 1.9K关注 0票数 14

自从更新到ubuntu14.04之后,每当我的蓝牙设备闲置或者我关闭它之后,它就默认为电话设置,我无法将它默认为a2dp。

我已经搜索了一些可能的解决方案,比如A2DP蓝牙扬声器:首选模式“高保真播放”(没有保存),但是这些解决方案对我没有用。当我使用该帖子中建议的Disable=Headset时,它暂时工作,但过了一段时间,如果我的设备断开连接,它就不会作为音频设备重新连接。

我正在使用Bose Soundlink耳机,我的/etc/bluetooth/audio.conf文件如下所示:

代码语言:javascript
复制
 # 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 routed to/from ALSA)
# Defaults to HCI
#SCORouting=PCM

# 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

# Headset interface specific options (i.e. options which affect how the audio
# service interacts with remote headset devices)
[Headset]

# Set to true to support HFP, false means only HSP is supported
# Defaults to true
HFP=false
HSP=false

# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
MaxConnected=0

# Set to true to enable use of fast connectable mode (faster page scanning)
# for HFP when incoming call starts. Default settings are restored after
# call is answered or rejected. Page scan interval is much shorter and page
# scan type changed to interlaced. Such allows faster connection initiated
# by a headset.
FastConnectable=false

# Just an example of potential config options for the other interfaces
#[A2DP]
#SBCSources=1
#MPEG12Sources=0
EN

回答 1

Ask Ubuntu用户

发布于 2017-03-06 19:30:02

使用来自pavucontrol场地控制包,,很容易为您的设备设置A2DP,并将连接映射到它。您的配对耳机应该显示为输出音频的选项。

不要忘记在配置选项卡中将其置于高质量模式(A2DP)中。这对于一些具有混合模式的设备来说是必要的。

来源:https://wiki.debian.org/BluetoothUser/a2dp

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/600756

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档