diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-08 22:35:49 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-08 22:35:49 +0000 |
commit | 3d9966f38f1d6ca12c9e9e2eace5181ba04844b4 (patch) | |
tree | b1fa4bfbf4675e9ddd97b95e2b12b5812b49120c /hcid/adapter.h | |
parent | a6bf5ec452e5426906fc9991d738e3a5ae27050c (diff) |
Fix CreatePairedDevice and CreateDevice behavior.
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r-- | hcid/adapter.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 */ }; |