Home | History | Annotate | Download | only in parser

Lines Matching defs:attr_id

180 	int   attr_id;
235 static inline char* get_attr_id_name(int attr_id)
240 if (sdp_attr_id_nam_lookup_table[i].attr_id == attr_id)
475 uint16_t attr_id;
490 attr_id = get_u16(frm);
491 name = get_attr_id_name(attr_id);
494 printf(" 0x%04x (%s)", attr_id, name);
517 uint16_t attr_id, psm;
525 if (parse_de_hdr(frm, &n2) == SDP_DE_UINT && n2 == sizeof(attr_id)) {
527 attr_id = get_u16(frm);
529 name = get_attr_id_name(attr_id);
532 printf("aid 0x%04x (%s)\n", attr_id, name);
533 split = (attr_id != SDP_ATTR_ID_PROTOCOL_DESCRIPTOR_LIST);
540 attr_id == SDP_ATTR_ID_PROTOCOL_DESCRIPTOR_LIST ? &psm : NULL,
541 attr_id == SDP_ATTR_ID_PROTOCOL_DESCRIPTOR_LIST ? &channel : NULL);