Searched refs:stream_cap (Results 1 – 1 of 1) sorted by relevance
2788 struct avdtp_service_capability *stream_cap; in avdtp_stream_has_capability() local2791 stream_cap = l->data; in avdtp_stream_has_capability()2793 if (stream_cap->category != cap->category || in avdtp_stream_has_capability()2794 stream_cap->length != cap->length) in avdtp_stream_has_capability()2797 if (memcmp(stream_cap->data, cap->data, cap->length) == 0) in avdtp_stream_has_capability()