Home | History | Annotate | Download | only in lib

Lines Matching refs:search

3313  * This is a service search request.
3317 * sdp_list_t *search
3318 * Singly linked list containing elements of the search
3341 int sdp_service_search_req(sdp_session_t *session, const sdp_list_t *search,
3367 // add service class IDs for search
3368 seqlen = gen_searchseq_pdu(pdata, search);
3649 * SDP transaction structure for asynchronous search
3661 * Creates a new sdp session for asynchronous search
3701 * called before request an asynchronous search.
3729 * This function starts an asynchronous service search request.
3738 * sdp_list_t *search
3739 * Singly linked list containing elements of the search
3755 int sdp_service_search_async(sdp_session_t *session, const sdp_list_t *search, uint16_t max_rec_num)
3788 // add service class IDs for search
3789 seqlen = gen_searchseq_pdu(pdata, search);
3932 * This function starts an asynchronous service search attributes.
3933 * It is a service search request combined with attribute request. The incomming
3942 * sdp_list_t *search
3943 * Singly linked list containing elements of the search
3968 int sdp_service_search_attr_async(sdp_session_t *session, const sdp_list_t *search, sdp_attrreq_type_t reqtype, const sdp_list_t *attrid_list)
4001 // add service class IDs for search
4002 seqlen = gen_searchseq_pdu(pdata, search);
4049 * and the status is 0xffff or if sdp_service_{search, attr, search_attr}_async returns -1.
4273 * This is a service search request combined with the service
4279 * sdp_list_t *search
4280 * Singly linked list containing elements of the search
4311 * sdp_record_t* (of the services which matched the search list)
4313 int sdp_service_search_attr_req(sdp_session_t *session, const sdp_list_t *search, sdp_attrreq_type_t reqtype, const sdp_list_t *attrids, sdp_list_t **rsp)
4351 // add service class IDs for search
4352 seqlen = gen_searchseq_pdu(pdata, search);