Home | History | Annotate | Download | only in tools

Lines Matching refs:attrId

517 	uint16_t attrId;
526 attrId = sdpdata->attrId;
529 if (attrib_names[i].num == attrId) {
539 if (svc_attribs[i].num == attrId) {
546 printf("Attribute Identifier : 0x%x - %s\n", attrId, attrDef->name);
548 printf("Attribute Identifier : 0x%x\n", attrId);
730 if (attrib_names[i].num == data->attrId) {
736 printf("\tAttribute 0x%04x - %s\n", data->attrId, def->name);
738 printf("\tAttribute 0x%04x\n", data->attrId);
3691 sdp_list_t *attrid, *search, *seq, *next;
3715 attrid = sdp_list_append(0, &range);
3717 if (sdp_service_search_attr_req(sess, search, SDP_ATTR_REQ_RANGE, attrid, &seq)) {
3722 sdp_list_free(attrid, 0);
3943 sdp_list_t *attrid;
3955 attrid = sdp_list_append(0, &range);
3956 rec = sdp_service_attr_req(session, context->handle, SDP_ATTR_REQ_RANGE, attrid);
3957 sdp_list_free(attrid, 0);