Home | History | Annotate | Download | only in tools

Lines Matching refs:attrid_list

757 	sdp_list_t *attrid_list;
763 attrid_list = sdp_list_append(NULL, &range);
764 rec = sdp_service_attr_req(sess, handle, SDP_ATTR_REQ_RANGE, attrid_list);
765 sdp_list_free(attrid_list, NULL);
864 sdp_list_t *attrid_list;
877 attrid_list = sdp_list_append(NULL, &range);
878 rec = sdp_service_attr_req(session, handle, SDP_ATTR_REQ_RANGE, attrid_list);
879 sdp_list_free(attrid_list, NULL);