summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/hcid/device.h b/hcid/device.h
index 2f1daecf..841ad866 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -30,25 +30,6 @@ struct btd_device {
bdaddr_t dst;
};
-struct device {
- struct btd_device dev;
- gchar *address;
- gchar *path;
- struct adapter *adapter;
- GSList *uuids;
- GSList *drivers;
- gboolean temporary;
- struct agent *agent;
- guint disconn_timer;
- int discov_active; /* Service discovery active */
- char *discov_requestor; /* discovery requestor unique name */
- guint discov_listener;
-
- /* For Secure Simple Pairing */
- uint8_t cap;
- uint8_t auth;
-};
-
struct device *device_create(DBusConnection *conn, struct adapter *adapter,
const gchar *address);
void device_remove(DBusConnection *conn, struct device *device);