Searched refs:nfcid2 (Results 1 - 13 of 13) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_ce_api.h135 UINT8 nfcid2[NCI_RF_F_UID_LEN],
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c250 UINT8 nfcid2[NCI_RF_F_UID_LEN],
268 memcpy (p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN);
249 NFA_CeRegisterFelicaSystemCodeOnDH(UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN], tNFA_CONN_CBACK *p_conn_cback) argument
H A Dnfa_ce_act.c337 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]) argument
341 /* For Type-3 tag, nfcid2 starts witn 02:fe */
342 nfcid2[0] = 0x02;
343 nfcid2[1] = 0xFE;
346 nfcid2[2] = (UINT8) (rand_seed & 0xFF);
347 nfcid2[3] = (UINT8) (rand_seed>>8 & 0xFF);
349 nfcid2[4] = (UINT8) (rand_seed & 0xFF);
350 nfcid2[5] = (UINT8) (rand_seed>>8 & 0xFF);
352 nfcid2[6] = (UINT8) (rand_seed & 0xFF);
353 nfcid2[
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h95 UINT8 nfcid2[NCI_RF_F_UID_LEN]; member in struct:__anon23278
207 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
H A Dnfa_dta_int.h370 void nfa_dta_t3t_nfcid_rand (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/nfc/tags/
H A Dce_main.c109 status = ce_select_t3t (t3t_system_code, p_activate_params->rf_tech_param.param.lf.nfcid2);
H A Drw_main.c252 status = rw_t3t_select (p_activate_params->rf_tech_param.param.pf.nfcid2,
H A Dce_t3t.c887 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]) argument
895 memcpy (p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN);
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h666 UINT8 nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */ member in struct:__anon23109
/external/libnfc-nci/src/nfc/include/
H A Dnfc_api.h548 UINT8 nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */ member in struct:__anon23497
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c684 memcpy (p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
695 STREAM_TO_ARRAY (p_lf->nfcid2, p, NCI_NFCID2_LEN);
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_act.c1784 p_nfcid = p_tech_params->param.pf.nfcid2;

Completed in 193 milliseconds