summaryrefslogtreecommitdiffstats
path: root/plugins/bluez4.h
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-02-26 13:15:52 +0200
committerDenis Kenzior <denkenz@gmail.com>2013-02-26 14:15:44 -0600
commit71551c98a9a742b9b62e58d5e9c1c650e023a26d (patch)
tree21a897a86ece4bfe3a4cc5f3c3e69c1efe549824 /plugins/bluez4.h
parentff2d68f2ebc86e89e00fb67d5479ba0c2024c07a (diff)
downloadofono-71551c98a9a742b9b62e58d5e9c1c650e023a26d.tar.bz2
bluez4: Increase Bluez 4 D-Bus timeouts to 60 seconds
RequestAuthorization method call may trigger pairing and/or pop up a dialog in the remote device to which the user needs to react. Thus increase D-Bus timeouts to 60 seconds for the Bluez 4 plugin.
Diffstat (limited to 'plugins/bluez4.h')
-rw-r--r--plugins/bluez4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluez4.h b/plugins/bluez4.h
index 4fc16adf..3b60cbac 100644
--- a/plugins/bluez4.h
+++ b/plugins/bluez4.h
@@ -29,7 +29,7 @@
#define BLUEZ_SERVICE_INTERFACE BLUEZ_SERVICE ".Service"
#define BLUEZ_SERIAL_INTERFACE BLUEZ_SERVICE ".Serial"
-#define DBUS_TIMEOUT 15
+#define DBUS_TIMEOUT 60
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
#define HFP_AG_UUID "0000111f-0000-1000-8000-00805f9b34fb"