Home | History | Annotate | Download | only in compat

Lines Matching refs:attrid

191 	sdp_list_t *search, *attrid, *pnp_rsp, *hid_rsp;
203 attrid = sdp_list_append(NULL, &range);
206 SDP_ATTR_REQ_RANGE, attrid, &pnp_rsp);
209 sdp_list_free(attrid, NULL);
213 attrid = sdp_list_append(NULL, &range);
216 SDP_ATTR_REQ_RANGE, attrid, &hid_rsp);
219 sdp_list_free(attrid, NULL);
306 sdp_list_t *search, *attrid, *rsp;
316 attrid = sdp_list_append(NULL, &attr1);
317 attrid = sdp_list_append(attrid, &attr2);
320 SDP_ATTR_REQ_INDIVIDUAL, attrid, &rsp);
323 sdp_list_free(attrid, NULL);
328 attrid = sdp_list_append(NULL, &attr1);
329 attrid = sdp_list_append(attrid, &attr2);
332 SDP_ATTR_REQ_INDIVIDUAL, attrid, &rsp);
335 sdp_list_free(attrid, NULL);