Searched refs:p_wildcard_aid_cback (Results 1 – 2 of 2) sorted by relevance
511 else if (ce_cb.mem.t4t.p_wildcard_aid_cback) in ce_t4t_process_select_app_cmd()525 (*(ce_cb.mem.t4t.p_wildcard_aid_cback)) (CE_T4T_RAW_FRAME_EVT, &ce_data); in ce_t4t_process_select_app_cmd()685 (*(ce_cb.mem.t4t.p_wildcard_aid_cback)) (CE_T4T_RAW_FRAME_EVT, &ce_data); in ce_t4t_data_cback()957 if (p_t4t->p_wildcard_aid_cback != NULL) in CE_T4tRegisterAID()964 p_t4t->p_wildcard_aid_cback = p_cback; in CE_T4tRegisterAID()1036 if (p_t4t->p_wildcard_aid_cback != NULL) in CE_T4tDeregisterAID()1038 p_t4t->p_wildcard_aid_cback = NULL; in CE_T4tDeregisterAID()
109 tCE_CBACK *p_wildcard_aid_cback; /* registered wildcard AID callback */ member