Home
last modified time | relevance | path

Searched refs:tsep (Results 1 – 8 of 8) 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.c165 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) in AVDT_SINK_Activate()
195 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) in AVDT_SINK_Deactivate()
1202 && (((type == AVDT_RTCP_PT_SR) && (p_scb->cs.tsep == AVDT_TSEP_SRC)) || in AVDT_SendReport()
1203 ((type == AVDT_RTCP_PT_RR) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) || in AVDT_SendReport()
Davdt_ccb_act.c176 sep_info[p_data->msg.discover_rsp.num_seps].tsep = p_scb->cs.tsep; in avdt_ccb_hdl_discover_cmd()
Davdt_msg.c513 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_bld_discover_rsp()
1041 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_prs_discover_rsp()
/system/bt/bta/av/
Dbta_av_aact.c256 if ((p_scb->seps[i].tsep == local_sep) && in bta_av_get_scb_handle()
277 return (p_scb->seps[i].tsep); in bta_av_get_scb_sep_type()
391 (p_scb->sep_info[i].tsep == sep_requested) && in bta_av_next_getcap()
589 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) in bta_av_stream_data_cback()
870 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) in bta_av_role_res()
872 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK ) in bta_av_role_res()
1166 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()
1168 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind()
1350 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp()
1436 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC ) in bta_av_str_opened()
[all …]
Dbta_av_main.c630 cs.tsep = AVDT_TSEP_SRC; in bta_av_api_register()
635 cs.tsep = AVDT_TSEP_SNK; in bta_av_api_register()
654 p_scb->seps[index].tsep = cs.tsep; in bta_av_api_register()
655 if(cs.tsep == AVDT_TSEP_SNK) in bta_av_api_register()
Dbta_av_int.h398 UINT8 tsep; /* SEP type of local SEP */ member
/system/bt/stack/include/
Davdt_api.h248 UINT8 tsep; /* SEP type */ member
400 UINT8 tsep; /* SEP type */ member