mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
39 lines
996 B
Plaintext
39 lines
996 B
Plaintext
# Configuration file for the audio service
|
|
|
|
# This section contains options which are not specific to any
|
|
# particular interface
|
|
[General]
|
|
|
|
# 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
|
|
#SCORouting=PCM
|
|
|
|
# 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 (in addition to HSP only which is the default)
|
|
# Defaults to false
|
|
EnableHFP=false
|
|
|
|
# HFP Gateway features
|
|
# Defaults to false
|
|
3WayCalling=false
|
|
EchoCancelNoiseCancel=false
|
|
VoiceRecognition=false
|
|
InBandRingtone=false
|
|
VoiceTags=false
|
|
RejectingCalls=false
|
|
EnhancedCallStatus=false
|
|
EnhancedCallControl=false
|
|
ExtendedErrorResultCodes=false
|
|
|
|
# Just an example of potential config options for the other interfaces
|
|
#[A2DP]
|
|
#SBCSources=1
|
|
#MPEG12Sources=0
|