Home | History | Annotate | Download | only in src

Lines Matching refs:uuid128

64 	uint8_t *uuid128 = NULL;
96 uuid128 = &eir_data[2];
158 service.value.uuid128.data[k] = uuid128[16 - k - 1];
162 uuid128 += 16;
174 uint8_t *uuid128;
178 uuid128 = ptr + 2;
182 uint8_t *uuid128_data = uuid->uuid.value.uuid128.data;
187 /* Stop if not enough space to put next UUID128 */
196 if (uuid128[i * SIZEOF_UUID128 + k] !=
209 uuid128[uuid_count * SIZEOF_UUID128 + k] =
325 /* Group all UUID128 types */