summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-03-10 18:55:07 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-03-10 18:55:07 +0000
commitecbafb4b89eea6eaffe6ccac4bcf6d6ef9bdd71c (patch)
treed2655026cc338d68bf9e42af8cccfa5dc7fb913d /hcid/dbus.h
parent92153ac31fab4551f4dafb0967fc7102b2f15d6d (diff)
dbus.h fixes
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 9f0a21fd..67bf8c5f 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -73,8 +73,13 @@ struct hci_dbus_data {
uint32_t timeout_hits;
timeout_handler_func_t *timeout_handler;
uint8_t mode;
- char* requestor_name;
- uint8_t busy;
+ char *requestor_name;
+};
+
+struct passkey_agent {
+ char *addr;
+ char *name;
+ char *path;
};
typedef int register_function_t(DBusConnection *conn, uint16_t id);