Home
last modified time | relevance | path

Searched refs:AVDT_TSEP_SRC (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp.c55 …if (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID)… in btc_a2dp_on_idle()
116 …if (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID)… in btc_a2dp_on_stopped()
136 …if (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID)… in btc_a2dp_on_suspended()
Dbtc_a2dp_control.c130 …if (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID)… in btc_a2dp_control_media_ctrl()
155 …if (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID)… in btc_a2dp_control_media_ctrl()
165 …if (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID)… in btc_a2dp_control_media_ctrl()
Dbtc_av.c490 } else if (btc_av_cb.peer_sep == AVDT_TSEP_SRC && in btc_av_state_opening_handler()
503 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC) { in btc_av_state_opening_handler()
596 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC) { in btc_av_state_closing_handler()
611 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC) { in btc_av_state_closing_handler()
693 if (btc_av_cb.peer_sep != AVDT_TSEP_SRC) { in btc_av_state_opened_handler()
733 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC) { in btc_av_state_opened_handler()
755 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC && g_av_with_rc == true) { in btc_av_state_opened_handler()
903 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC) { in btc_av_state_started_handler()
915 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC && g_av_with_rc == true) { in btc_av_state_started_handler()
1442 return btc_av_execute_service(b_enable, AVDT_TSEP_SRC); in btc_av_source_execute_service()
[all …]
Dbta_av_co.c237 if (tsep == AVDT_TSEP_SRC) { in bta_av_co_audio_init()
767 if (AVDT_TSEP_SRC == t_local_sep) { in bta_av_co_audio_setconfig()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c366 sep_requested = AVDT_TSEP_SRC; in bta_av_next_getcap()
847 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) { in bta_av_role_res()
850 av_open.sep = AVDT_TSEP_SRC; in bta_av_role_res()
1087 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) { in bta_av_open_fail_sdp()
1090 open.sep = AVDT_TSEP_SRC; in bta_av_open_fail_sdp()
1142 if (local_sep == AVDT_TSEP_SRC) { in bta_av_config_ind()
1145 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind()
1176 AVDT_TSEP_SRC, in bta_av_config_ind()
1309 if (local_sep == AVDT_TSEP_SRC) { in bta_av_setconfig_rsp()
1330 if (local_sep == AVDT_TSEP_SRC) { in bta_av_setconfig_rsp()
[all …]
Dbta_av_main.c586 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
597 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
692 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
722 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
Dbta_av_act.c1890 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_dereg_comp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h78 #define AVDT_TSEP_SRC 0 /* Source SEP */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h159 #define TSEP_TO_SYS_ID(x) ((x) == AVDT_TSEP_SRC ? BTA_ID_AV : BTA_ID_AVK)
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c1153 && (((type == AVDT_RTCP_PT_SR) && (p_scb->cs.tsep == AVDT_TSEP_SRC)) || in AVDT_SendReport()