Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/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-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()
254 return (p_scb->seps[xx].tsep); in bta_av_get_scb_sep_type()
366 (p_scb->sep_info[i].tsep == sep_requested) && 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()
813 …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()
837 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) { in bta_av_role_res()
839 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) { in bta_av_role_res()
954 …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()
1076 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) { 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()
[all …]
Dbta_av_main.c559 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
570 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
587 cs.tsep = p_data->api_reg.tsep; in bta_av_api_register()
634 … &cs.cfg.num_protect, cs.cfg.protect_info, p_data->api_reg.tsep) == TRUE) { in bta_av_api_register()
637 if (p_data->api_reg.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
640 APPL_TRACE_DEBUG(" SEP Type = %d\n", cs.tsep); in bta_av_api_register()
646 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()
647 if (cs.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
663 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_api_register()
693 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
128 p_buf->tsep = tsep; in BTA_AvRegister()
Dbta_av_act.c1893 if (p_data->api_reg.tsep == AVDT_TSEP_SRC) { in bta_av_dereg_comp()
/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()
1142 && (((type == AVDT_RTCP_PT_SR) && (p_scb->cs.tsep == AVDT_TSEP_SRC)) || in AVDT_SendReport()
1143 ((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_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.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.h253 UINT8 tsep; /* SEP type */ member
405 UINT8 tsep; /* SEP type */ member
/hal_espressif-3.6.0/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.c1296 bt_status_t btc_av_execute_service(BOOLEAN b_enable, UINT8 tsep) in btc_av_execute_service() argument
1312 …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()
1316 …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-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_co.h88 UINT8 *p_num_protect, UINT8 *p_protect_info, UINT8 tsep);
Dbta_av_api.h256 UINT8 *p_num_protect, UINT8 *p_protect_info, UINT8 tsep);
599 UINT8 tsep);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h173 UINT8 tsep; // local SEP type member
332 UINT8 tsep; /* SEP type of local SEP */ member