From 937fd0e66fdb25c78f23e1d856a36484e5a8a96f Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 7 Jun 2006 21:20:29 +0000 Subject: Timeout for PIN request --- hcid/dbus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/dbus.h') diff --git a/hcid/dbus.h b/hcid/dbus.h index 69952bfc..d032f16b 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -50,6 +50,8 @@ #define MAX_PATH_LENGTH 64 +#define BONDING_TIMEOUT 45000 /* 45 sec */ + typedef DBusHandlerResult (*service_handler_func_t) (DBusConnection *conn, DBusMessage *msg, void *user_data); -- cgit