Lines Matching full:uuid
29 int *uuid;
83 const uint8_t *uuid, ssize_t datalen)
88 if (datalen == 16 && memcmp(uuid + 4, bt_base_uuid, 12))
91 if (uuid[0] | uuid[1])
93 uuid += 2;
96 val = (uuid[0] << 8) | uuid[1];
97 lo = record->uuid;
572 qemu_free(sdp->service_list[i].uuid);
594 * element, at the same time count elements of a UUID type. */
630 struct sdp_def_data_element_s *element, int **uuid)
653 *(*uuid) ++ = element->value.uint;
680 len += sdp_attr_write(data + len, element ++, uuid);
702 int *uuid;
713 record->uuid =
714 qemu_mallocz(record->uuids * sizeof(*record->uuid));
718 uuid = record->uuid;
727 &def->attributes[record->attributes].data, &uuid);
744 qsort(record->uuid, record->uuids,
745 sizeof(*record->uuid),