summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index d41a170a..374f9008 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -22,25 +22,6 @@
*
*/
-struct service {
- char *object_path;
- char *ident;
- char *name;
-};
-
-void release_services(DBusConnection *conn);
-
-void append_available_services(DBusMessageIter *iter);
-
-struct service *search_service(const char *pattern);
-
-struct service *search_service_by_uuid(const char *uuid);
-
-int service_unregister(DBusConnection *conn, struct service *service);
-
-int register_service(const char *ident, const char **uuids);
-void unregister_service(const char *ident);
-
typedef void (*service_auth_cb) (DBusError *derr, void *user_data);
int service_req_auth(const bdaddr_t *src, const bdaddr_t *dst,
const char *uuid, service_auth_cb cb, void *user_data);