Searched refs:aid_handle (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/include/
H A Dce_api.h73 UINT8 aid_handle; member in struct:__anon20183
197 NFC_API extern void CE_T4tDeregisterAID (tCE_T4T_AID_HANDLE aid_handle);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c482 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx;
521 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE;
666 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx;
684 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE;
1029 NFC_API extern void CE_T4tDeregisterAID (tCE_T4T_AID_HANDLE aid_handle) argument
1033 CE_TRACE_API1 ("CE_T4tDeregisterAID () handle 0x%02x", aid_handle);
1036 if (aid_handle == CE_T4T_WILDCARD_AID_HANDLE)
1050 if ((aid_handle >= CE_T4T_MAX_REG_AID) || (p_t4t->reg_aid[aid_handle].aid_len==0))
1056 p_t4t->reg_aid[aid_handle]
[all...]
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c189 (p_cb->listen_info[listen_info_idx].t4t_aid_handle == p_ce_data->raw_frame.aid_handle))
222 NFA_TRACE_ERROR1 ("nfa_ce_handle_t4t_aid_evt: unable to find listen_info for aid hdl %i", p_ce_data->raw_frame.aid_handle)

Completed in 217 milliseconds