Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c231 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()
232 (p_scb->seps[xx].codec_type == p_scb->codec_type)) { in bta_av_get_scb_handle()
233 return (p_scb->seps[xx].av_handle); in bta_av_get_scb_handle()
253 if (p_scb->seps[xx].av_handle == tavdt_handle) { in bta_av_get_scb_sep_type()
254 return (p_scb->seps[xx].tsep); in bta_av_get_scb_sep_type()
570 if ((p_scb->avdt_handle == handle) && (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_stream_data_cback()
579 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()
729 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type); in bta_av_adjust_seps_idx()
730 if ((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type) in bta_av_adjust_seps_idx()
731 && (p_scb->seps[xx].av_handle == avdt_handle)) { in bta_av_adjust_seps_idx()
[all …]
Dbta_av_main.c642 if (AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS) { in bta_av_api_register()
643 p_scb->seps[index].codec_type = codec_type; in bta_av_api_register()
646 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()
648 p_scb->seps[index].p_app_data_cback = p_data->api_reg.p_app_data_cback; in bta_av_api_register()
650 …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()
655 … index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type); in bta_av_api_register()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h412 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS]; member