summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-01 14:01:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-01 14:01:15 +0000
commit99c36169b28df63153d24d1824bd276e68f5f140 (patch)
treee0b8b1c345c62b17e4d1b23c0484ea947b53153e
parentff3922238b4258eb2f9f9458589d3cecd177f7bc (diff)
Increase size of UUID string representation
-rw-r--r--include/sdp_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sdp_lib.h b/include/sdp_lib.h
index 4306eb55..763f80fa 100644
--- a/include/sdp_lib.h
+++ b/include/sdp_lib.h
@@ -426,8 +426,8 @@ void sdp_uuid_print(const uuid_t *uuid);
#define MAX_LEN_UUID_STR 37
#define MAX_LEN_PROTOCOL_UUID_STR 8
-#define MAX_LEN_SERVICECLASS_UUID_STR 24
-#define MAX_LEN_PROFILEDESCRIPTOR_UUID_STR 22
+#define MAX_LEN_SERVICECLASS_UUID_STR 28
+#define MAX_LEN_PROFILEDESCRIPTOR_UUID_STR 28
int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n);
int sdp_proto_uuid2strn(const uuid_t *uuid, char *str, size_t n);