diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-09 18:12:19 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:36:35 -0300 |
commit | 555fcc9b4bf67e923708af8de46aa91b7077f050 (patch) | |
tree | b8da503d323c7a33d2db61badfa4e16823eb747b /hcid/adapter.h | |
parent | ea245383ac6650cbf34c327ed095d956b84ac5fb (diff) |
Renaming device to btd_device and making the
necessary changes in plugins.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r-- | hcid/adapter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h index 5488c105..772f3599 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -122,14 +122,14 @@ dbus_bool_t adapter_init(DBusConnection *conn, dbus_bool_t adapter_cleanup(DBusConnection *conn, const char *path); -struct device *adapter_get_device(DBusConnection *conn, +struct btd_device *adapter_get_device(DBusConnection *conn, struct adapter *adapter, const gchar *address); -struct device *adapter_find_device(struct adapter *adapter, const char *dest); +struct btd_device *adapter_find_device(struct adapter *adapter, const char *dest); void adapter_remove_device(DBusConnection *conn, struct adapter *adapter, - struct device *device); -struct device *adapter_create_device(DBusConnection *conn, + struct btd_device *device); +struct btd_device *adapter_create_device(DBusConnection *conn, struct adapter *adapter, const char *address); const char *mode2str(uint8_t mode); |