Home
last modified time | relevance | path

Searched refs:seps (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c237 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()
238 (p_scb->seps[xx].codec_type == p_scb->codec_type)) { in bta_av_get_scb_handle()
239 return (p_scb->seps[xx].av_handle); in bta_av_get_scb_handle()
259 if (p_scb->seps[xx].av_handle == tavdt_handle) { in bta_av_get_scb_sep_type()
260 return (p_scb->seps[xx].tsep); in bta_av_get_scb_sep_type()
581 if ((p_scb->avdt_handle == handle) && (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_stream_data_cback()
590 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA *)p_pkt); in bta_av_stream_data_cback()
740 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type); in bta_av_adjust_seps_idx()
741 if ((p_scb->seps[xx].av_handle) && (p_scb->seps[xx].av_handle == avdt_handle)) { in bta_av_adjust_seps_idx()
743 p_scb->avdt_handle = p_scb->seps[xx].av_handle; in bta_av_adjust_seps_idx()
[all …]
Dbta_av_main.c671 if (AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS) { in bta_av_api_register()
672 p_scb->seps[index].codec_type = codec_type; in bta_av_api_register()
675 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()
677 p_scb->seps[index].p_app_data_cback = p_data->api_reg.p_app_data_cback; in bta_av_api_register()
679 …p_scb->seps[index].p_app_data_cback = NULL; /* In case of A2DP SOURCE we don't need a callback … in bta_av_api_register()
684 … index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type); in bta_av_api_register()
Dbta_av_act.c1171 …bta_sys_conn_close(TSEP_TO_SYS_ID(p_scb->seps[p_scb->sep_idx].tsep), bta_av_cb.audio_open_cnt, p_s… in bta_av_conn_chg()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h428 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS]; member