sdp_service_search_attribute
bool sdp_service_search_attribute(sdp_session_t, const sdp_data_t *,
bool sdp_service_search_attribute(sdp_session_t, const sdp_data_t *, const sdp_data_t *, sdp_data_t *);
rv = sdp_service_search_attribute(sc->ss, &ssp, &ail, &rsp);
rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
rv = sdp_service_search_attribute(ss, &ssp, NULL, &rsp);
rv = sdp_service_search_attribute(myss, &ssp, &ail, &rsp);
return sdp_service_search_attribute(ss, &ssp, NULL, rsp);
rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);