Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dce_t4t.c453 ce_cb.mem.t4t.selected_aid_idx = CE_T4T_MAX_REG_AID; in ce_t4t_process_select_app_cmd()
460 ce_cb.mem.t4t.selected_aid_idx = xx; in ce_t4t_process_select_app_cmd()
466 if (ce_cb.mem.t4t.selected_aid_idx < CE_T4T_MAX_REG_AID) in ce_t4t_process_select_app_cmd()
475 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[0], in ce_t4t_process_select_app_cmd()
476 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[1], in ce_t4t_process_select_app_cmd()
477 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[2], in ce_t4t_process_select_app_cmd()
478 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[3]); in ce_t4t_process_select_app_cmd()
482 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_process_select_app_cmd()
486 …(*(ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].p_cback)) (CE_T4T_RAW_FRAME_EVT, &ce_data… in ce_t4t_process_select_app_cmd()
660 if (ce_cb.mem.t4t.selected_aid_idx < CE_T4T_MAX_REG_AID) in ce_t4t_data_cback()
[all …]
/external/libnfc-nci/src/nfc/int/
Dce_int.h111 UINT8 selected_aid_idx; member