diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-26 12:52:55 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-26 13:56:15 +0200 |
commit | 43164191cb15da56b3c0ab01e1dfb27311fba948 (patch) | |
tree | 4be5ba3f8adae8d967cbb4dc29470108903fcca7 /plugins | |
parent | 188821337220efd0b3d75835b58dbdb2addffefa (diff) | |
download | connman-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.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bluetooth_legacy.c | 2 |
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; |