audio.conf revision 392cd2701f950055bffb5f57f2a8730434491834
1# Configuration file for the audio service
2
3# This section contains options which are not specific to any
4# particular interface
5# NOTE: Enable=Sink means that bluetoothd exposes Sink interface for remote
6# devices, and the local device is a Source
7[General]
8Enable=Sink,Control
9Disable=Headset,Gateway,Source
10
11# Do not require master role for incoming connections
12Master=false
13
14# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
15# Defaults to HCI
16#SCORouting=PCM
17
18# Automatically connect both A2DP and HFP/HSP profiles for incoming
19# connections. Some headsets that support both profiles will only connect the
20# other one automatically so the default setting of true is usually a good
21# idea.
22#AutoConnect=true
23
24# Headset interface specific options (i.e. options which affect how the audio
25# service interacts with remote headset devices)
26#[Headset]
27
28# Set to true to support HFP (in addition to HSP only which is the default)
29# Defaults to false
30#HFP=true
31
32# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
33#MaxConnections=1
34
35# Just an example of potential config options for the other interfaces
36[A2DP]
37SBCSources=1
38MPEG12Sources=0
39
40[AVRCP]
41InputDeviceName=AVRCP
42