Searched refs:local_sep (Results 1 – 1 of 1) sorted by relevance
233 static UINT8 bta_av_get_scb_handle(tBTA_AV_SCB *p_scb, UINT8 local_sep) in bta_av_get_scb_handle() argument237 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()1113 UINT8 local_sep; /* sep type of local handle on which connection was received */ in bta_av_config_ind() local1117 local_sep = bta_av_get_scb_sep_type(p_scb, p_msg->handle); in bta_av_config_ind()1142 if (local_sep == AVDT_TSEP_SRC) { in bta_av_config_ind()1144 } else if (local_sep == AVDT_TSEP_SNK) { in bta_av_config_ind()1160 if (local_sep == AVDT_TSEP_SNK) { in bta_av_config_ind()1263 UINT8 local_sep; in bta_av_setconfig_rsp() local1267 local_sep = bta_av_get_scb_sep_type(p_scb, avdt_handle); in bta_av_setconfig_rsp()1271 if (AVDT_TSEP_SNK == local_sep) { in bta_av_setconfig_rsp()[all …]