Searched refs:local_sep (Results 1 – 1 of 1) sorted by relevance
238 UINT8 bta_av_get_scb_handle ( tBTA_AV_SCB *p_scb, UINT8 local_sep ) in bta_av_get_scb_handle() argument243 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()1118 UINT8 local_sep; /* sep type of local handle on which connection was received */ in bta_av_config_ind() local1123 local_sep = bta_av_get_scb_sep_type(p_scb, p_msg->handle); in bta_av_config_ind()1151 if (local_sep == AVDT_TSEP_SRC) in bta_av_config_ind()1153 else if (local_sep == AVDT_TSEP_SNK) in bta_av_config_ind()1167 if (local_sep == AVDT_TSEP_SNK) in bta_av_config_ind()1279 UINT8 local_sep; in bta_av_setconfig_rsp() local1282 local_sep = bta_av_get_scb_sep_type(p_scb,avdt_handle); in bta_av_setconfig_rsp()1286 if ((AVDT_TSEP_SNK == local_sep) && (p_data->ci_setconfig.err_code == AVDT_SUCCESS) && in bta_av_setconfig_rsp()[all …]