diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-02 14:52:19 -0800 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-02 14:52:19 -0800 |
commit | 16898f132b6b4a057d0350648ff701f47da69206 (patch) | |
tree | 184895ad529592333139e720559fa16b5e9ebfb1 /audio/avdtp.c | |
parent | bd32364c67096744a9a614ddce55f2bec532c52c (diff) |
Decrease AVDTP idle timeout to 1 second
Diffstat (limited to 'audio/avdtp.c')
-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 c1afaad2..d1cb5ef3 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -80,7 +80,7 @@ #define AVDTP_MSG_TYPE_REJECT 0x03 #define REQ_TIMEOUT 4 -#define DISCONNECT_TIMEOUT 5 +#define DISCONNECT_TIMEOUT 1 #define STREAM_TIMEOUT 20 typedef enum { |