Home | History | Annotate | Download | only in audio

Lines Matching full:stream_cap

2788 	struct avdtp_service_capability *stream_cap;
2791 stream_cap = l->data;
2793 if (stream_cap->category != cap->category ||
2794 stream_cap->length != cap->length)
2797 if (memcmp(stream_cap->data, cap->data, cap->length) == 0)