Lines Matching refs:uuid
85 /* UUID name lookup table */
87 int uuid;
223 char* get_uuid_name(int uuid)
228 if (sdp_uuid_nam_lookup_table[i].uuid == uuid)
323 uint32_t uuid = 0;
328 case 2: /* 16-bit UUID */
329 uuid = get_u16(frm);
330 s = "uuid-16";
332 case 4: /* 32_bit UUID */
333 uuid = get_u32(frm);
334 s = "uuid-32";
336 case 16: /* 128-bit UUID */
337 printf(" uuid-128 ");
354 set_proto(frm->handle, *psm, 0, uuid);
359 set_proto(frm->handle, *psm, *channel, uuid);
363 printf(" %s 0x%04x", s, uuid);
364 if ((s = get_uuid_name(uuid)))
462 printf("\nERROR: Unexpected syntax (UUID)\n");