~bluetooth/bluez/vivid-phone-overlay

« back to all changes in this revision

Viewing changes to audio/audio.conf

  • Committer: Simon Fels
  • Date: 2015-09-11 09:01:46 UTC
  • Revision ID: morphis@gravedo.de-20150911090146-4c0ln9s7ec3xf0nx
Import package bluez_4.101-0ubuntu25.1~overlay4 from stable phone overlay PPA

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file for the audio service
 
2
 
 
3
# This section contains options which are not specific to any
 
4
# particular interface
 
5
[General]
 
6
 
 
7
# Switch to master role for incoming connections (defaults to true)
 
8
#Master=true
 
9
 
 
10
# If we want to disable support for specific services
 
11
# Defaults to supporting all implemented services
 
12
#Disable=Gateway,Source,Socket
 
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, false means only HSP is supported
 
29
# Defaults to true
 
30
HFP=true
 
31
 
 
32
# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
 
33
MaxConnected=1
 
34
 
 
35
# Set to true to enable use of fast connectable mode (faster page scanning)
 
36
# for HFP when incoming call starts. Default settings are restored after
 
37
# call is answered or rejected. Page scan interval is much shorter and page
 
38
# scan type changed to interlaced. Such allows faster connection initiated
 
39
# by a headset.
 
40
FastConnectable=false
 
41
 
 
42
# Just an example of potential config options for the other interfaces
 
43
#[A2DP]
 
44
#SBCSources=1
 
45
#MPEG12Sources=0