Home | History | Annotate | Download | only in compat

Lines Matching refs:search

191 	sdp_list_t *search, *attrid, *pnp_rsp, *hid_rsp;
202 search = sdp_list_append(NULL, &svclass);
205 err = sdp_service_search_attr_req(s, search,
208 sdp_list_free(search, NULL);
212 search = sdp_list_append(NULL, &svclass);
215 err = sdp_service_search_attr_req(s, search,
218 sdp_list_free(search, NULL);
305 sdp_list_t *search, *attrid, *rsp;
314 search = sdp_list_append(NULL, &svclass);
318 err = sdp_service_search_attr_req(s, search,
321 sdp_list_free(search, NULL);
326 search = sdp_list_append(NULL, &svclass);
330 err = sdp_service_search_attr_req(s, search,
333 sdp_list_free(search, NULL);
517 /* Search for PAN service.
550 /* Assume that search is successeful