Lines Matching refs:avdtp_stream_endpoint_t

63 static uint8_t (*avdtp_sink_media_config_validator)(const avdtp_stream_endpoint_t * stream_endpoint…
64 static uint8_t (*avdtp_source_media_config_validator)(const avdtp_stream_endpoint_t * stream_endpoi…
88 avdtp_packet_handler_for_stream_endpoint(const avdtp_stream_endpoint_t *stream_endpoint) { in avdtp_packet_handler_for_stream_endpoint()
138 avdtp_stream_endpoint_t * avdtp_get_stream_endpoint_for_seid(uint16_t seid){ in avdtp_get_stream_endpoint_for_seid()
142avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_stream_endpoint_for_seid()
150 avdtp_stream_endpoint_t * avdtp_get_source_stream_endpoint_for_media_codec_and_type(avdtp_media_cod… in avdtp_get_source_stream_endpoint_for_media_codec_and_type()
154avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_source_stream_endpoint_for_media_codec_and_type()
164 avdtp_stream_endpoint_t * avdtp_get_source_stream_endpoint_for_media_codec(avdtp_media_codec_type_t… in avdtp_get_source_stream_endpoint_for_media_codec()
169 avdtp_stream_endpoint_t * avdtp_get_source_stream_endpoint_for_media_codec_other(uint32_t vendor_id… in avdtp_get_source_stream_endpoint_for_media_codec_other()
173avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_source_stream_endpoint_for_media_codec_other()
198 static avdtp_stream_endpoint_t * avdtp_get_stream_endpoint_for_l2cap_cid(uint16_t l2cap_cid){ in avdtp_get_stream_endpoint_for_l2cap_cid()
202avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_stream_endpoint_for_l2cap_cid()
216 static avdtp_stream_endpoint_t * avdtp_get_stream_endpoint_for_signaling_cid(uint16_t l2cap_cid){ in avdtp_get_stream_endpoint_for_signaling_cid()
220avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_stream_endpoint_for_signaling_cid()
399 void avdtp_register_media_transport_category(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_register_media_transport_category()
408 void avdtp_register_reporting_category(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_register_reporting_category()
417 void avdtp_register_delay_reporting_category(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_register_delay_reporting_category()
426 void avdtp_register_recovery_category(avdtp_stream_endpoint_t * stream_endpoint, uint8_t maximum_re… in avdtp_register_recovery_category()
438 void avdtp_register_content_protection_category(avdtp_stream_endpoint_t * stream_endpoint, uint16_t… in avdtp_register_content_protection_category()
452 void avdtp_register_header_compression_category(avdtp_stream_endpoint_t * stream_endpoint, uint8_t … in avdtp_register_header_compression_category()
464 void avdtp_register_media_codec_category(avdtp_stream_endpoint_t * stream_endpoint, avdtp_media_typ… in avdtp_register_media_codec_category()
478 void avdtp_register_multiplexing_category(avdtp_stream_endpoint_t * stream_endpoint, uint8_t fragme… in avdtp_register_multiplexing_category()
492 void avdtp_sink_register_media_config_validator(uint8_t (*callback)(const avdtp_stream_endpoint_t *… in avdtp_sink_register_media_config_validator()
496 void avdtp_source_register_media_config_validator(uint8_t (*callback)(const avdtp_stream_endpoint_t in avdtp_source_register_media_config_validator()
500 uint8_t avdtp_validate_media_configuration(const avdtp_stream_endpoint_t *stream_endpoint, uint16_t… in avdtp_validate_media_configuration()
502 …uint8_t (*callback)(const avdtp_stream_endpoint_t * stream_endpoint, const uint8_t * event, uint16… in avdtp_validate_media_configuration()
543 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_l2cap_cid(l2cap_cid); in avdtp_handle_can_send_now()
558 avdtp_stream_endpoint_t * avdtp_create_stream_endpoint(avdtp_sep_type_t sep_type, avdtp_media_type_… in avdtp_create_stream_endpoint()
559 avdtp_stream_endpoint_t * stream_endpoint = btstack_memory_avdtp_stream_endpoint_get(); in avdtp_create_stream_endpoint()
571 void avdtp_finalize_stream_endpoint(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_finalize_stream_endpoint()
830 static void avdtp_handle_close_media_channel(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_handle_close_media_channel()
838 static void avdtp_handle_close_recovery_channel(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_handle_close_recovery_channel()
843 static void avdtp_handle_close_reporting_channel(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_handle_close_reporting_channel()
861 avdtp_stream_endpoint_t * stream_endpoint = NULL; in avdtp_packet_handler()
1066 … stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_packet_handler()
1100avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_disconenct_streamendpoints()
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()
1507 void avdtp_set_preferred_sampling_frequency(avdtp_stream_endpoint_t * stream_endpoint, uint32_t … in avdtp_set_preferred_sampling_frequency()
1511 void avdtp_set_preferred_channel_mode(avdtp_stream_endpoint_t * stream_endpoint, uint8_t channel… in avdtp_set_preferred_channel_mode()
1516 avdtp_channel_mode_t avdtp_choose_sbc_channel_mode(avdtp_stream_endpoint_t * stream_endpoint, uint8… in avdtp_choose_sbc_channel_mode()
1547 avdtp_sbc_allocation_method_t avdtp_choose_sbc_allocation_method(avdtp_stream_endpoint_t * stream_e… in avdtp_choose_sbc_allocation_method()
1560 uint8_t avdtp_stream_endpoint_seid(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_stream_endpoint_seid()
1565 avdtp_sbc_subbands_t avdtp_choose_sbc_subbands(avdtp_stream_endpoint_t * stream_endpoint, uint8_t r… in avdtp_choose_sbc_subbands()
1579 avdtp_sbc_block_length_t avdtp_choose_sbc_block_length(avdtp_stream_endpoint_t * stream_endpoint, u… in avdtp_choose_sbc_block_length()
1613 uint16_t avdtp_choose_sbc_sampling_frequency(avdtp_stream_endpoint_t * stream_endpoint, uint8_t rem… in avdtp_choose_sbc_sampling_frequency()
1641 uint8_t avdtp_choose_sbc_max_bitpool_value(avdtp_stream_endpoint_t * stream_endpoint, uint8_t remot… in avdtp_choose_sbc_max_bitpool_value()
1647 uint8_t avdtp_choose_sbc_min_bitpool_value(avdtp_stream_endpoint_t * stream_endpoint, uint8_t remot… in avdtp_choose_sbc_min_bitpool_value()
1653 uint8_t is_avdtp_remote_seid_registered(avdtp_stream_endpoint_t * stream_endpoint){ in is_avdtp_remote_seid_registered()