Home
last modified time | relevance | path

Searched refs:tsep (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_defs.h153 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \ argument
157 tsep = (*(p)++ >> 3) & 0x01;
186 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \ argument
188 *(p)++ = (UINT8) (((type) << 4) | ((tsep) << 3));
/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()
260 return (p_scb->seps[xx].tsep); in bta_av_get_scb_sep_type()
372 (p_scb->sep_info[i].tsep == sep_requested) && in bta_av_next_getcap()
581 if ((p_scb->avdt_handle == handle) && (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_stream_data_cback()
823 …bta_sys_idle(TSEP_TO_SYS_ID(p_scb->seps[p_scb->sep_idx].tsep), bta_av_cb.audio_open_cnt, p_scb->pe… in bta_av_role_res()
847 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) { in bta_av_role_res()
849 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) { in bta_av_role_res()
964 …bta_sys_app_open(TSEP_TO_SYS_ID(p_scb->seps[p_scb->sep_idx].tsep), p_scb->app_id, p_scb->peer_addr… in bta_av_do_disc_a2d()
1087 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) { in bta_av_open_fail_sdp()
1089 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) { in bta_av_open_fail_sdp()
[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()
614 cs.tsep = p_data->api_reg.tsep; in bta_av_api_register()
663 … &cs.cfg.num_protect, cs.cfg.protect_info, p_data->api_reg.tsep) == TRUE) { in bta_av_api_register()
666 if (p_data->api_reg.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
669 APPL_TRACE_DEBUG(" SEP Type = %d\n", cs.tsep); in bta_av_api_register()
675 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()
676 if (cs.tsep == AVDT_TSEP_SNK) { 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_api.c110 tBTA_AVRC_CO_FUNCTS *bta_avrc_cos, UINT8 tsep) in BTA_AvRegister() argument
127 p_buf->tsep = tsep; in BTA_AvRegister()
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()
1890 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_dereg_comp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c184 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) { in AVDT_SINK_Activate()
213 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) { in AVDT_SINK_Deactivate()
490 if ((p_scb->cs.tsep == AVDT_TSEP_SNK) && (p_scb->curr_cfg.psc_mask & AVDT_PSC_DELAY_RPT)) { in AVDT_DelayReport()
1153 && (((type == AVDT_RTCP_PT_SR) && (p_scb->cs.tsep == AVDT_TSEP_SRC)) || in AVDT_SendReport()
1154 ((type == AVDT_RTCP_PT_RR) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) || in AVDT_SendReport()
Davdt_ccb_act.c173 sep_info[p_data->msg.discover_rsp.num_seps].tsep = p_scb->cs.tsep; in avdt_ccb_hdl_discover_cmd()
Davdt_scb_act.c847 if ((p_scb->cs.tsep == AVDT_TSEP_SNK) && (p_scb->curr_cfg.psc_mask & AVDT_PSC_DELAY_RPT)) { in avdt_scb_send_delay_report_cmd()
1109 if ((p_scb->cs.tsep == AVDT_TSEP_SNK) && in avdt_scb_hdl_delay_rpt_rsp()
2082 if ((p_scb->cs.tsep == AVDT_TSEP_SNK) && (!p_scb->sink_activated)) { in avdt_scb_clr_vars()
Davdt_msg.c505 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_bld_discover_rsp()
991 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_prs_discover_rsp()
Davdt_scb.c610 if (p_cs->tsep == AVDT_TSEP_SNK) { in avdt_scb_alloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h259 UINT8 tsep; /* SEP type */ member
411 UINT8 tsep; /* SEP type */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_co.h88 UINT8 *p_num_protect, UINT8 *p_protect_info, UINT8 tsep);
Dbta_av_api.h262 UINT8 *p_num_protect, UINT8 *p_protect_info, UINT8 tsep);
622 UINT8 tsep);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c224 UINT8 *p_protect_info, UINT8 tsep) in bta_av_co_audio_init() argument
228 APPL_TRACE_DEBUG("bta_av_co_audio_init: %d", tsep); in bta_av_co_audio_init()
237 if (tsep == AVDT_TSEP_SRC) { in bta_av_co_audio_init()
254 } else if (tsep == AVDT_TSEP_SNK) { in bta_av_co_audio_init()
263 APPL_TRACE_WARNING("invalid SEP type %d", tsep); in bta_av_co_audio_init()
Dbtc_av.c1402 bt_status_t btc_av_execute_service(BOOLEAN b_enable, UINT8 tsep) in btc_av_execute_service() argument
1418 …V_CHNL_AUDIO, BTC_AV_SERVICE_NAME, 0, bte_av_media_callback, &bta_av_a2d_cos, &bta_avrc_cos, tsep); in btc_av_execute_service()
1422 …ter(BTA_AV_CHNL_AUDIO, BTC_AV_SERVICE_NAME, 0, bte_av_media_callback, &bta_av_a2d_cos, NULL, tsep); in btc_av_execute_service()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h177 UINT8 tsep; // local SEP type member
336 UINT8 tsep; /* SEP type of local SEP */ member