diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-06-07 21:20:29 +0000 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-06-07 21:20:29 +0000 | 
| commit | 937fd0e66fdb25c78f23e1d856a36484e5a8a96f (patch) | |
| tree | ad9cbfa2b4e8af70bcaf09afcbcce9d27b011815 /hcid/dbus.h | |
| parent | 43ebdb300ce2bf9051d777311eb22e4e57d496c9 (diff) | |
Timeout for PIN request
Diffstat (limited to 'hcid/dbus.h')
| -rw-r--r-- | hcid/dbus.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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); | 
