summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 6d2a38f1..d64930bc 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -80,21 +80,6 @@ struct pending_dc_info {
guint timeout_id;
};
-struct create_device_req {
- char address[18]; /* Destination address */
- DBusConnection *conn; /* Connection reference */
- DBusMessage *msg; /* Message reference */
- guint id; /* Listener id */
- char *agent_path; /* Agent object path */
-};
-
-struct mode_req {
- struct adapter *adapter;
- DBusConnection *conn; /* Connection reference */
- DBusMessage *msg; /* Message reference */
- char *mode; /* Requested mode */
-};
-
struct adapter {
uint16_t dev_id;
int up;