Searched refs:aid_handle (Results 1 – 3 of 3) sorted by relevance
437 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_process_select_app_cmd()469 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE; in ce_t4t_process_select_app_cmd()599 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_data_cback()614 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE; in ce_t4t_data_cback()916 extern void CE_T4tDeregisterAID(tCE_T4T_AID_HANDLE aid_handle) { in CE_T4tDeregisterAID() argument919 CE_TRACE_API1("CE_T4tDeregisterAID () handle 0x%02x", aid_handle); in CE_T4tDeregisterAID()922 if (aid_handle == CE_T4T_WILDCARD_AID_HANDLE) { in CE_T4tDeregisterAID()932 if ((aid_handle >= CE_T4T_MAX_REG_AID) || in CE_T4tDeregisterAID()933 (p_t4t->reg_aid[aid_handle].aid_len == 0)) { in CE_T4tDeregisterAID()936 p_t4t->reg_aid[aid_handle].aid_len = 0; in CE_T4tDeregisterAID()[all …]
70 uint8_t aid_handle; member193 extern void CE_T4tDeregisterAID(tCE_T4T_AID_HANDLE aid_handle);
187 p_ce_data->raw_frame.aid_handle)) { in nfa_ce_handle_t4t_aid_evt()225 p_ce_data->raw_frame.aid_handle) in nfa_ce_handle_t4t_aid_evt()