Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_defs.h150 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \ argument
154 tsep = (*(p)++ >> 3) & 0x01;
183 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \ argument
185 *(p)++ = (UINT8) (((type) << 4) | ((tsep) << 3));
Davdt_api.c183 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) in AVDT_SINK_Activate()
214 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) in AVDT_SINK_Deactivate()
1315 && (((type == AVDT_RTCP_PT_SR) && (p_scb->cs.tsep == AVDT_TSEP_SRC)) || in AVDT_SendReport()
1316 ((type == AVDT_RTCP_PT_RR) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) || in AVDT_SendReport()
Davdt_ccb_act.c179 sep_info[p_data->msg.discover_rsp.num_seps].tsep = p_scb->cs.tsep; in avdt_ccb_hdl_discover_cmd()
Davdt_msg.c511 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_bld_discover_rsp()
1039 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_prs_discover_rsp()
Davdt_scb.c602 if (p_cs->tsep == AVDT_TSEP_SNK) in avdt_scb_alloc()
Davdt_scb_act.c2061 if ((p_scb->cs.tsep == AVDT_TSEP_SNK) && (!p_scb->sink_activated)) in avdt_scb_clr_vars()
/system/bt/bta/av/
Dbta_av_aact.c248 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()
271 return (p_scb->seps[xx].tsep); in bta_av_get_scb_sep_type()
383 (p_scb->sep_info[i].tsep == sep_requested) && in bta_av_next_getcap()
592 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) in bta_av_stream_data_cback()
879 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) in bta_av_role_res()
881 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) in bta_av_role_res()
1163 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()
1165 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind()
1345 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp()
1430 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) in bta_av_str_opened()
[all …]
Dbta_av_main.c623 cs.tsep = AVDT_TSEP_SRC; in bta_av_api_register()
680 cs.tsep = AVDT_TSEP_SNK; in bta_av_api_register()
683 APPL_TRACE_DEBUG(" SEP Type = %d",cs.tsep); in bta_av_api_register()
690 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()
691 if(cs.tsep == AVDT_TSEP_SNK) in bta_av_api_register()
Dbta_av_int.h387 UINT8 tsep; /* SEP type of local SEP */ member
/system/bt/stack/include/
Davdt_api.h253 UINT8 tsep; /* SEP type */ member
405 UINT8 tsep; /* SEP type */ member