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);
3762 sdp_list_t *attrid, *search, *seq, *next;
3786 attrid = sdp_list_append(0, &range);
3788 if (sdp_service_search_attr_req(sess, search, SDP_ATTR_REQ_RANGE, attrid, &seq)) {
3793 sdp_list_free(attrid, 0);
4014 sdp_list_t *attrid;
4026 attrid = sdp_list_append(0, &range);
4027 rec = sdp_service_attr_req(session, context->handle, SDP_ATTR_REQ_RANGE, attrid);
4028 sdp_list_free(attrid, 0);