summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-03-10 14:20:50 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-03-10 14:20:50 +0000
commitea00a446dbacead62040dd2bd7e663774c205c04 (patch)
tree08f24f974723748e5a63b68329193f43d8d9d24d /common/glib-helper.h
parent4e6726e8029f20be3e08b44760c56fc7a419090b (diff)
added new function to convert uuid to string(uuid128)
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r--common/glib-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h
index 7426a6ad..e64eccca 100644
--- a/common/glib-helper.h
+++ b/common/glib-helper.h
@@ -26,3 +26,5 @@ typedef void (*bt_destroy_t) (gpointer user_data);
int bt_discover_services(const bdaddr_t *src, const bdaddr_t *dst,
bt_callback_t cb, void *user_data, bt_destroy_t destroy);
+
+gchar *bt_uuid2string(uuid_t *uuid);