Lines Matching defs:stream_endpoint

88 avdtp_packet_handler_for_stream_endpoint(const avdtp_stream_endpoint_t *stream_endpoint) {  in avdtp_packet_handler_for_stream_endpoint()
142 …avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_stream_endpoint_for_seid() local
154 …avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_source_stream_endpoint_for_media_codec_and_type() local
173 …avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_source_stream_endpoint_for_media_codec_other() local
202 …avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_stream_endpoint_for_l2cap_cid() local
220 …avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_get_stream_endpoint_for_signaling_cid() local
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 …avdtp_sink_register_media_config_validator(uint8_t (*callback)(const avdtp_stream_endpoint_t * str… in avdtp_sink_register_media_config_validator()
496 …dtp_source_register_media_config_validator(uint8_t (*callback)(const avdtp_stream_endpoint_t * str… 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()
543 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_l2cap_cid(l2cap_cid); in avdtp_handle_can_send_now() local
559 avdtp_stream_endpoint_t * stream_endpoint = btstack_memory_avdtp_stream_endpoint_get(); in avdtp_create_stream_endpoint() local
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() local
1100 …avdtp_stream_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterato… in avdtp_disconenct_streamendpoints() local
1151 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_handle_explicit_start_stream_confirmation() local
1190 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_open_stream() local
1218 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_start_stream() local
1255 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_stop_stream() local
1287 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_abort_stream() local
1318 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_suspend_stream() local
1451 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_set_configuration() local
1487 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_reconfigure() local
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 …_allocation_method_t avdtp_choose_sbc_allocation_method(avdtp_stream_endpoint_t * stream_endpoint,… 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()