Lines Matching full:stream_cap
3045 struct avdtp_service_capability *stream_cap;3048 stream_cap = l->data;3050 if (stream_cap->category != cap->category ||3051 stream_cap->length != cap->length)3054 if (memcmp(stream_cap->data, cap->data, cap->length) == 0)