Diff between 52659e10c05c72b6598b6b0db180b0fcad2e4a2d and fe9acb5bc469fc661dfa7becc0aa5aa2521078a5
Changed Files
| File | Additions | Deletions | Status |
| src/adapter.c | +1 | -1 | modified |
Full Patch
diff --git a/src/adapter.c b/src/adapter.c
index 37da297..fc5b90f 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -87,7 +87,7 @@
#define CONN_SCAN_TIMEOUT (3)
#define IDLE_DISCOV_TIMEOUT (5)
#define TEMP_DEV_TIMEOUT (3 * 60)
-#define BONDING_TIMEOUT (60)
+#define BONDING_TIMEOUT (2 * 60)
static DBusConnection *dbus_conn = NULL;