diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-24 12:19:47 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-24 12:19:47 +0300 |
commit | e32c8dcd38b8e2282559a325c59fd6b7fa187d2f (patch) | |
tree | 7cb2b552730d295002fb42e55261a1cd4131a43c /audio/audio.conf | |
parent | 93eccafca7bea1bc714e30561d18bcd51fda3b7c (diff) |
Limit the amount of connected HSP/HFP devices and make it configurable
It's very tricky to get the multiple connected HSP/HFP devices use case right.
E.g. in the case of in-band ringtone the specification mandates us to open SCO
to the HFP before sending RING indications. So, in the case of multiple
connected devices we would have to open multimple simultaneous SCO connections
which simply isn't a wise thing to do.
Diffstat (limited to 'audio/audio.conf')
-rw-r--r-- | audio/audio.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/audio.conf b/audio/audio.conf index f50c826d..33a84e1e 100644 --- a/audio/audio.conf +++ b/audio/audio.conf @@ -23,6 +23,9 @@ # Defaults to false HFP=false +# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1 +MaxConnections=1 + # Just an example of potential config options for the other interfaces #[A2DP] #SBCSources=1 |