From e32c8dcd38b8e2282559a325c59fd6b7fa187d2f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 24 Oct 2008 12:19:47 +0300 Subject: 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. --- audio/audio.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/audio.conf') 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 -- cgit