Home
last modified time | relevance | path

Searched refs:avdtp_get_stream_endpoint_for_seid (Results 1 – 7 of 7) sorted by relevance

/btstack/src/classic/
H A Davdtp_source.c58 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_media_transport_category()
63 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_reporting_category()
68 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_delay_reporting_category()
73 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_recovery_category()
78 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_content_protection_category()
83 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_header_compression_category()
88 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_media_codec_category()
93 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_source_register_multiplexing_category()
194 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_source_stream_send_media_payload_rtp()
219 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_source_stream_send_media_packet()
[all …]
H A Davdtp_sink.c56 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_media_transport_category()
61 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_reporting_category()
66 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_delay_reporting_category()
71 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_recovery_category()
76 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_content_protection_category()
81 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_header_compression_category()
86 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_media_codec_category()
91 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_multiplexing_category()
187 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_sink_delay_report()
H A Davdtp.c138 avdtp_stream_endpoint_t * avdtp_get_stream_endpoint_for_seid(uint16_t seid){ in avdtp_get_stream_endpoint_for_seid() function
941 … stream_endpoint = avdtp_get_stream_endpoint_for_seid(connection->acceptor_local_seid); in avdtp_packet_handler()
1151 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_handle_explicit_start_stream_confirmation()
1190 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_open_stream()
1218 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_start_stream()
1255 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_stop_stream()
1287 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_abort_stream()
1318 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_suspend_stream()
1451 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_set_configuration()
1487 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_reconfigure()
H A Davdtp_acceptor.c221 stream_endpoint = avdtp_get_stream_endpoint_for_seid(connection->acceptor_local_seid); in avdtp_acceptor_stream_config_subsm()
261 stream_endpoint = avdtp_get_stream_endpoint_for_seid(connection->acceptor_local_seid); in avdtp_acceptor_stream_config_subsm()
557 …avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(connection->accepto… in avdtp_acceptor_stream_config_subsm_run()
H A Davdtp_initiator.c85 stream_endpoint = avdtp_get_stream_endpoint_for_seid(connection->initiator_local_seid); in avdtp_initiator_stream_config_subsm()
420 …avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(connection->initiat… in avdtp_initiator_stream_config_subsm_handle_can_send_now_signaling()
H A Da2dp.c381 config_process->local_stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in a2dp_config_process_handle_media_configuration()
449 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in a2dp_config_process_config_init()
H A Davdtp.h660 avdtp_stream_endpoint_t * avdtp_get_stream_endpoint_for_seid(uint16_t seid);