Lines Matching refs:seq
180 sdp_data_t ssp, ail, rsp, rec, value, pdl, seq; in client_query() local
194 seq.next = buf; in client_query()
195 seq.end = buf + sizeof(buf); in client_query()
204 ssp.next = seq.next; in client_query()
205 sdp_put_uuid16(&seq, service_class); in client_query()
206 sdp_put_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP); in client_query()
207 sdp_put_uuid16(&seq, SDP_UUID_PROTOCOL_BNEP); in client_query()
208 ssp.end = seq.next; in client_query()
215 ail.next = seq.next; in client_query()
216 sdp_put_uint16(&seq, SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST); in client_query()
217 ail.end = seq.next; in client_query()
239 if (sdp_get_seq(&pdl, &seq) in client_query()
240 && sdp_match_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP) in client_query()
241 && sdp_get_uint(&seq, &psm) in client_query()
242 && sdp_get_seq(&pdl, &seq) in client_query()
243 && sdp_match_uuid16(&seq, SDP_UUID_PROTOCOL_BNEP)) in client_query()