Home | History | Annotate | Download | only in lib

Lines Matching refs:uuid_t

198 static char *string_lookup_uuid(struct tupla *pt0, const uuid_t* uuid)
200 uuid_t tmp_uuid;
220 static int uuid2str(struct tupla *message, const uuid_t *uuid, char *str, size_t n)
250 int sdp_proto_uuid2strn(const uuid_t *uuid, char *str, size_t n)
255 int sdp_svclass_uuid2strn(const uuid_t *uuid, char *str, size_t n)
260 int sdp_profile_uuid2strn(const uuid_t *uuid, char *str, size_t n)
268 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n)
319 void sdp_uuid_print(const uuid_t *uuid)
568 static void extract_svclass_uuid(sdp_data_t *data, uuid_t *uuid)
998 int sdp_uuid_extract(const uint8_t *p, int bufsize, uuid_t *uuid, int *scanned)
1471 uuid_t *uuid = value;
1927 uuid_t *u;
1933 u = malloc(sizeof(uuid_t));
1937 memset(u, 0, sizeof(uuid_t));
1972 uuid_t *uuid = p->data;
2063 uuid_t *uuid = NULL;
2156 int sdp_get_service_id(const sdp_record_t *rec, uuid_t *uuid)
2161 int sdp_get_group_id(const sdp_record_t *rec, uuid_t *uuid)
2258 uuid_t *uuid = NULL;
2265 uuid = (uuid_t *) d;
2269 uuid = (uuid_t *) d;
2273 uuid = (uuid_t *) d;
2416 void sdp_set_service_id(sdp_record_t *rec, uuid_t uuid)
2442 void sdp_set_group_id(sdp_record_t *rec, uuid_t uuid)
2566 uuid_t *sdp_uuid16_create(uuid_t *u, uint16_t val)
2568 memset(u, 0, sizeof(uuid_t));
2574 uuid_t *sdp_uuid32_create(uuid_t *u, uint32_t val)
2576 memset(u, 0, sizeof(uuid_t));
2582 uuid_t *sdp_uuid128_create(uuid_t *u, const void *val)
2584 memset(u, 0, sizeof(uuid_t));
2596 uuid_t *u1 = sdp_uuid_to_uuid128(p1);
2597 uuid_t *u2 = sdp_uuid_to_uuid128(p2);
2614 const uuid_t *u1 = p1;
2615 const uuid_t *u2 = p2;
2625 const uuid_t *u1 = p1;
2626 const uuid_t *u2 = p2;
2635 void sdp_uuid16_to_uuid128(uuid_t *uuid128, const uuid_t *uuid16)
2657 void sdp_uuid32_to_uuid128(uuid_t *uuid128, const uuid_t *uuid32)
2679 uuid_t *sdp_uuid_to_uuid128(const uuid_t *uuid)
2681 uuid_t *uuid128 = bt_malloc(sizeof(uuid_t));
2686 memset(uuid128, 0, sizeof(uuid_t));
2705 int sdp_uuid128_to_uuid(uuid_t *uuid)
2734 int sdp_uuid_to_proto(uuid_t *uuid)
2736 uuid_t u = *uuid;
3136 void sdp_pattern_add_uuid(sdp_record_t *rec, uuid_t *uuid)
3138 uuid_t *uuid128 = sdp_uuid_to_uuid128(uuid);
3154 uuid_t *uuid = (uuid_t *)seq->data;
3218 data = &((uuid_t *)data)->value;
3256 uuid_t *uuid = seq->data;