diff options
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h index b570bd1e..a5b6273e 100644 --- a/src/device.h +++ b/src/device.h @@ -34,8 +34,9 @@ typedef enum { AUTH_TYPE_AUTO, } auth_type_t; -struct btd_device *device_create(DBusConnection *conn, struct btd_adapter *adapter, - const gchar *address); +struct btd_device *device_create(DBusConnection *conn, + struct btd_adapter *adapter, + const gchar *address, gboolean le); void device_set_name(struct btd_device *device, const char *name); void device_get_name(struct btd_device *device, char *name, size_t len); void device_remove(struct btd_device *device, gboolean remove_stored); |