Home
last modified time | relevance | path

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

/system/bt/bta/av/
Dbta_av_aact.c243 static UINT8 bta_av_get_scb_handle(tBTA_AV_SCB *p_scb, UINT8 local_sep) in bta_av_get_scb_handle() argument
248 if ((p_scb->seps[xx].tsep == local_sep) && in bta_av_get_scb_handle()
1130 UINT8 local_sep; /* sep type of local handle on which connection was received */ in bta_av_config_ind() local
1134 local_sep = bta_av_get_scb_sep_type(p_scb, p_msg->handle); in bta_av_config_ind()
1162 if (local_sep == AVDT_TSEP_SRC) in bta_av_config_ind()
1164 else if (local_sep == AVDT_TSEP_SNK) in bta_av_config_ind()
1178 if (local_sep == AVDT_TSEP_SNK) in bta_av_config_ind()
1290 UINT8 local_sep; in bta_av_setconfig_rsp() local
1293 local_sep = bta_av_get_scb_sep_type(p_scb,avdt_handle); in bta_av_setconfig_rsp()
1297 if ((AVDT_TSEP_SNK == local_sep) && (p_data->ci_setconfig.err_code == AVDT_SUCCESS) && in bta_av_setconfig_rsp()
[all …]