From 3d9966f38f1d6ca12c9e9e2eace5181ba04844b4 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 8 Apr 2008 22:35:49 +0000 Subject: Fix CreatePairedDevice and CreateDevice behavior. --- hcid/adapter.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hcid/adapter.h') diff --git a/hcid/adapter.h b/hcid/adapter.h index b02c6ccb..3449aec4 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -53,9 +53,9 @@ struct remote_dev_info { }; struct bonding_request_info { - bdaddr_t bdaddr; DBusConnection *conn; - DBusMessage *rq; + DBusMessage *msg; + bdaddr_t bdaddr; GIOChannel *io; guint io_id; int hci_status; @@ -107,7 +107,6 @@ struct adapter { struct bonding_request_info *bonding; GSList *pin_reqs; struct pending_dc_info *pending_dc; - struct create_device_req *create; GSList *devices; /* Devices structure pointers */ GSList *sessions; /* Request Mode sessions */ }; -- cgit