Home
last modified time | relevance | path

Searched refs:a2dp_source_create_stream_endpoint (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Da2dp_source.h83 avdtp_stream_endpoint_t * a2dp_source_create_stream_endpoint(avdtp_media_type_t media_type, avdtp_m…
H A Da2dp_source.c125 avdtp_stream_endpoint_t * a2dp_source_create_stream_endpoint(avdtp_media_type_t media_type, avdtp_m… in a2dp_source_create_stream_endpoint() function
/btstack/example/
H A Da2dp_source_demo.c268 …avdtp_stream_endpoint_t * local_stream_endpoint = a2dp_source_create_stream_endpoint(AVDTP_AUDIO, … in a2dp_source_and_avrcp_services_init()