Home
last modified time | relevance | path

Searched refs:avdtp_stream_endpoint_seid (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Da2dp.c414 uint8_t local_seid = avdtp_stream_endpoint_seid(config_process->local_stream_endpoint); in a2dp_config_process_set_config()
620 local_seid = avdtp_stream_endpoint_seid(stream_endpoint); in a2dp_config_process_avdtp_event_handler()
817avdtp_stream_endpoint_seid(connection->a2dp_source_config_process.local_stream_endpoint), in a2dp_config_process_avdtp_event_handler()
821avdtp_stream_endpoint_seid(config_process->local_stream_endpoint), in a2dp_config_process_avdtp_event_handler()
827 avdtp_stream_endpoint_seid(config_process->local_stream_endpoint), in a2dp_config_process_avdtp_event_handler()
829 a2dp_emit_stream_reconfigured_role(role, cid, avdtp_stream_endpoint_seid( in a2dp_config_process_avdtp_event_handler()
837 …a2dp_emit_stream_event_for_role(role, cid, avdtp_stream_endpoint_seid(config_process->local_stream… in a2dp_config_process_avdtp_event_handler()
841 …a2dp_emit_stream_event_for_role(role, cid, avdtp_stream_endpoint_seid(config_process->local_stream… in a2dp_config_process_avdtp_event_handler()
846 …a2dp_emit_stream_event_for_role(role, cid, avdtp_stream_endpoint_seid(config_process->local_stream… in a2dp_config_process_avdtp_event_handler()
851 …a2dp_emit_stream_event_for_role(role, cid, avdtp_stream_endpoint_seid(config_process->local_stream… in a2dp_config_process_avdtp_event_handler()
[all …]
H A Da2dp_sink.c110 avdtp_sink_register_media_transport_category(avdtp_stream_endpoint_seid(local_stream_endpoint)); in a2dp_sink_create_stream_endpoint()
111 …avdtp_sink_register_media_codec_category(avdtp_stream_endpoint_seid(local_stream_endpoint), media_… in a2dp_sink_create_stream_endpoint()
113 avdtp_sink_register_delay_reporting_category(avdtp_stream_endpoint_seid(local_stream_endpoint)); in a2dp_sink_create_stream_endpoint()
H A Da2dp_source.c132 avdtp_source_register_media_transport_category(avdtp_stream_endpoint_seid(stream_endpoint)); in a2dp_source_create_stream_endpoint()
133 …avdtp_source_register_media_codec_category(avdtp_stream_endpoint_seid(stream_endpoint), media_type… in a2dp_source_create_stream_endpoint()
135 avdtp_source_register_delay_reporting_category(avdtp_stream_endpoint_seid(stream_endpoint)); in a2dp_source_create_stream_endpoint()
297avdtp_stream_endpoint_seid(connection->a2dp_source_config_process.local_stream_endpoint), in a2dp_source_reconfigure_stream_sampling_frequency()
H A Davdtp.h728 uint8_t avdtp_stream_endpoint_seid(avdtp_stream_endpoint_t * stream_endpoint);
H A Davdtp.c1560 uint8_t avdtp_stream_endpoint_seid(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_stream_endpoint_seid() function