2007-05-31 20:51:49 +08:00
|
|
|
# Configuration file for the audio service
|
|
|
|
|
|
|
|
# This section contains options which are not specific to any
|
|
|
|
# particular interface
|
|
|
|
[General]
|
|
|
|
|
2008-03-06 01:43:54 +08:00
|
|
|
# Switch to master role for incoming connections (defaults to true)
|
2008-03-06 01:51:48 +08:00
|
|
|
#Master=true
|
2008-03-06 01:43:54 +08:00
|
|
|
|
2007-05-31 20:51:49 +08:00
|
|
|
# If we want to disable support for specific services
|
|
|
|
# Defaults to supporting all implemented services
|
|
|
|
#Disable=Control,Source
|
|
|
|
|
|
|
|
# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
|
|
|
|
# Defaults to HCI
|
2007-08-28 19:49:37 +08:00
|
|
|
#SCORouting=PCM
|
2007-05-31 20:51:49 +08:00
|
|
|
|
2009-03-28 01:10:04 +08:00
|
|
|
# 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
|
|
|
|
|
2007-05-31 20:51:49 +08:00
|
|
|
# Headset interface specific options (i.e. options which affect how the audio
|
|
|
|
# service interacts with remote headset devices)
|
|
|
|
[Headset]
|
|
|
|
|
2009-05-04 04:39:53 +08:00
|
|
|
# Set to true to support HFP, false means only HSP is supported
|
|
|
|
# Defaults to true
|
|
|
|
HFP=true
|
2007-05-31 20:51:49 +08:00
|
|
|
|
2008-10-24 17:19:47 +08:00
|
|
|
# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
|
2009-10-21 19:57:09 +08:00
|
|
|
MaxConnected=1
|
2008-10-24 17:19:47 +08:00
|
|
|
|
2010-08-18 18:36:00 +08:00
|
|
|
# Set to true to enable use of fast connectable mode (faster page scanning)
|
2012-03-29 22:12:44 +08:00
|
|
|
# for HFP when incoming call starts. Default settings are restored after
|
2010-08-18 18:36:00 +08:00
|
|
|
# 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
|
|
|
|
|
2007-05-31 20:51:49 +08:00
|
|
|
# Just an example of potential config options for the other interfaces
|
2007-08-28 17:54:21 +08:00
|
|
|
#[A2DP]
|
2008-01-23 21:27:30 +08:00
|
|
|
#SBCSources=1
|
|
|
|
#MPEG12Sources=0
|