From f694c96c56e2d7bd11fa1d1832cba2cb0d7fd428 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 23 Nov 2012 13:52:43 +0200 Subject: [PATCH] device: Update reverse discovery timer from 2 to 1 second There's no reason to wait so long for reverse discovery. We still don't want this to be immediate since it's likely that the pairing initiator is starting to do discovery right after pairing, but 1 second should be good. --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index 4559674bc..f0223c80c 100644 --- a/src/device.c +++ b/src/device.c @@ -74,7 +74,7 @@ #define IO_CAPABILITY_INVALID 0xFF #define DISCONNECT_TIMER 2 -#define DISCOVERY_TIMER 2 +#define DISCOVERY_TIMER 1 struct btd_disconnect_data { guint id; -- 2.47.3