diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-09-02 16:52:50 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-09-02 16:52:50 +0000 |
commit | 36554a48de0e0da15570c6f6aab8f3909fc4ebcb (patch) | |
tree | 0845ff67ebe7731766f743e59f8852a184aaa4f8 | |
parent | ef302c5314c95183b9751adab86ad6f070ef53ee (diff) |
increase request timeout since the request might not get sent immediatly when the ACL is very congested
-rw-r--r-- | audio/avdtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c index c3ed6f96..0a17f73e 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -72,7 +72,7 @@ #define AVDTP_MSG_TYPE_ACCEPT 0x02 #define AVDTP_MSG_TYPE_REJECT 0x03 -#define REQ_TIMEOUT 2000 +#define REQ_TIMEOUT 4000 #define DISCONNECT_TIMEOUT 5000 #define STREAM_TIMEOUT 20000 |