Home
last modified time | relevance | path

Searched refs:avdtp_source_create_stream_endpoint (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Davdtp_source.h231 avdtp_stream_endpoint_t * avdtp_source_create_stream_endpoint(avdtp_sep_type_t sep_type, avdtp_medi…
H A Davdtp_source.c97 avdtp_stream_endpoint_t * avdtp_source_create_stream_endpoint(avdtp_sep_type_t sep_type, avdtp_medi… in avdtp_source_create_stream_endpoint() function
H A Da2dp_source.c128 …avdtp_stream_endpoint_t * stream_endpoint = avdtp_source_create_stream_endpoint(AVDTP_SOURCE, medi… in a2dp_source_create_stream_endpoint()
/btstack/test/avdtp/
H A Dsine_encode_decode_ring_buffer_test.c226 local_stream_endpoint = avdtp_source_create_stream_endpoint(AVDTP_SOURCE, AVDTP_AUDIO); in btstack_main()