summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-18 22:55:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-18 22:55:40 +0000
commitfa6a550673f30e6da10c0c4b62d5fedc1ebac787 (patch)
treee70f16ab36dba8a01827f7b0d4f723cb070770e8
parent1f6fd5d80c9227482a877e6eed1552d17f76a29d (diff)
Reduce stream idle timeout from 30s to 20s
-rw-r--r--audio/avdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c
index 42a59aa5..993bf89c 100644
--- a/audio/avdtp.c
+++ b/audio/avdtp.c
@@ -71,7 +71,7 @@
#define REQ_TIMEOUT 2000
#define DISCONNECT_TIMEOUT 5000
-#define STREAM_TIMEOUT 30000
+#define STREAM_TIMEOUT 20000
typedef enum {
AVDTP_ERROR_ERRNO,