summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-02-26 12:52:55 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-02-26 13:56:15 +0200
commit43164191cb15da56b3c0ab01e1dfb27311fba948 (patch)
tree4be5ba3f8adae8d967cbb4dc29470108903fcca7
parent188821337220efd0b3d75835b58dbdb2addffefa (diff)
downloadconnman-43164191cb15da56b3c0ab01e1dfb27311fba948.tar.gz
connman-43164191cb15da56b3c0ab01e1dfb27311fba948.tar.bz2
connman-43164191cb15da56b3c0ab01e1dfb27311fba948.zip
bluetooth_legacy: Increase Bluez 4 plugin timeout to 60 seconds
D-Bus method calls to Bluez 4 may trigger pairing and/or pop up a dialog in the remote device to which the user needs to react.
-rw-r--r--plugins/bluetooth_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth_legacy.c b/plugins/bluetooth_legacy.c
index 62002eff..41438f44 100644
--- a/plugins/bluetooth_legacy.c
+++ b/plugins/bluetooth_legacy.c
@@ -63,7 +63,7 @@
#define UUID_NAP "00001116-0000-1000-8000-00805f9b34fb"
-#define TIMEOUT 5000
+#define TIMEOUT 60000
static DBusConnection *connection;