bluetooth_legacy: Increase Bluez 4 plugin timeout to 60 seconds
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 26 Feb 2013 10:52:55 +0000 (12:52 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 26 Feb 2013 11:56:15 +0000 (13:56 +0200)
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.

plugins/bluetooth_legacy.c

index 62002ef..41438f4 100644 (file)
@@ -63,7 +63,7 @@
 
 #define UUID_NAP       "00001116-0000-1000-8000-00805f9b34fb"
 
-#define TIMEOUT 5000
+#define TIMEOUT 60000
 
 static DBusConnection *connection;