Lines Matching defs:uuid
47 uint16_t uuid;
154 errx(EXIT_FAILURE, "UUID required");
211 uuid_t uuid;
219 uuid_from_string(*argv, &uuid, &status);
226 "%s: Bad UUID", *argv);
233 umax = aliases[i].uuid;
235 errx(EXIT_FAILURE, "%s: Bad UUID", *argv);
237 uuid = BLUETOOTH_BASE_UUID;
238 uuid.time_low = (uint32_t)umax;
241 sdp_put_uuid(ssp, &uuid);