From ecbafb4b89eea6eaffe6ccac4bcf6d6ef9bdd71c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 10 Mar 2006 18:55:07 +0000 Subject: dbus.h fixes --- hcid/dbus.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hcid/dbus.h') 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); -- cgit