diff options
Diffstat (limited to 'include/sdp_lib.h')
-rw-r--r-- | include/sdp_lib.h | 4 |
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); |