Searched defs:aid_handle (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/include/
H A Dce_api.h73 UINT8 aid_handle; member in struct:__anon24262
198 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;
664 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx;
682 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE;
1027 NFC_API extern void CE_T4tDeregisterAID (tCE_T4T_AID_HANDLE aid_handle) argument
1031 CE_TRACE_API1 ("CE_T4tDeregisterAID () handle 0x%02x", aid_handle);
1034 if (aid_handle == CE_T4T_WILDCARD_AID_HANDLE)
1048 if ((aid_handle >= CE_T4T_MAX_REG_AID) || (p_t4t->reg_aid[aid_handle].aid_len==0))
1054 p_t4t->reg_aid[aid_handle]
[all...]

Completed in 64 milliseconds