Home
last modified time | relevance | path

Searched refs:AVDT_TSEP_SNK (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c455 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_opening_handler()
537 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_closing_handler()
553 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_closing_handler()
644 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_opened_handler()
650 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_opened_handler()
670 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_opened_handler()
791 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_started_handler()
809 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_started_handler()
850 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK) { in btc_av_state_started_handler()
1350 bt_status_t ret = btc_av_execute_service(b_enable, AVDT_TSEP_SNK); in btc_av_sink_execute_service()
[all …]
Dbtc_a2dp_control.c70 …if (btc_av_get_peer_sep() == AVDT_TSEP_SNK && btc_av_get_service_id() == BTA_A2DP_SOURCE_SERVICE_I… in btc_a2dp_datapath_open()
146 if (btc_av_get_peer_sep() == AVDT_TSEP_SNK && !btc_a2dp_source_is_streaming() && in btc_a2dp_control_media_ctrl()
Dbtc_a2dp.c55 …if (btc_av_get_peer_sep() == AVDT_TSEP_SNK && btc_av_get_service_id() == BTA_A2DP_SOURCE_SERVICE_I… in btc_a2dp_on_idle()
Dbta_av_co.c254 } else if (tsep == AVDT_TSEP_SNK) { in bta_av_co_audio_init()
711 if (AVDT_TSEP_SNK == t_local_sep) { in bta_av_co_audio_setconfig()
742 if (AVDT_TSEP_SNK == t_local_sep) { in bta_av_co_audio_setconfig()
Dbtc_a2dp_sink.c542 if (btc_av_get_peer_sep() == AVDT_TSEP_SNK || (a2dp_sink_local_param.btc_aa_snk_cb.rx_flush)) { in btc_a2dp_sink_handle_inc_media()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c358 sep_requested = AVDT_TSEP_SNK; in bta_av_next_getcap()
570 if ((p_scb->avdt_handle == handle) && (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_stream_data_cback()
838 av_open.sep = AVDT_TSEP_SNK; in bta_av_role_res()
839 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) { in bta_av_role_res()
1077 open.sep = AVDT_TSEP_SNK; in bta_av_open_fail_sdp()
1078 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) { in bta_av_open_fail_sdp()
1132 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()
1133 } else if (local_sep == AVDT_TSEP_SNK) { in bta_av_config_ind()
1149 if (local_sep == AVDT_TSEP_SNK) { in bta_av_config_ind()
1156 AVDT_TSEP_SNK, in bta_av_config_ind()
[all …]
Dbta_av_main.c637 if (p_data->api_reg.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
647 if (cs.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c181 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) { in AVDT_SINK_Activate()
210 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) { in AVDT_SINK_Deactivate()
1143 ((type == AVDT_RTCP_PT_RR) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) || in AVDT_SendReport()
Davdt_scb.c599 if (p_cs->tsep == AVDT_TSEP_SNK) { in avdt_scb_alloc()
Davdt_scb_act.c2000 if ((p_scb->cs.tsep == AVDT_TSEP_SNK) && (!p_scb->sink_activated)) { in avdt_scb_clr_vars()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h79 #define AVDT_TSEP_SNK 1 /* Sink SEP */ macro