• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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# Switch to master role for incoming connections (defaults to true)
12Master=false
13
14# If we want to disable support for specific services
15# Defaults to supporting all implemented services
16#Disable=Control,Source
17
18# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
19# Defaults to HCI
20#SCORouting=PCM
21
22# Automatically connect both A2DP and HFP/HSP profiles for incoming
23# connections. Some headsets that support both profiles will only connect the
24# other one automatically so the default setting of true is usually a good
25# idea.
26#AutoConnect=true
27
28# Headset interface specific options (i.e. options which affect how the audio
29# service interacts with remote headset devices)
30#[Headset]
31
32# Set to true to support HFP (in addition to HSP only which is the default)
33# Defaults to false
34#HFP=true
35
36# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
37#MaxConnections=1
38
39# Set to true to enable use of fast connectable mode (faster page scanning)
40# for HFP when incomming call starts. Default settings are restored after
41# call is answered or rejected. Page scan interval is much shorter and page
42# scan type changed to interlaced. Such allows faster connection initiated
43# by a headset.
44FastConnectable=false
45
46# Just an example of potential config options for the other interfaces
47[A2DP]
48SBCSources=1
49MPEG12Sources=0
50
51[AVRCP]
52InputDeviceName=AVRCP
53