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

/system/nfc/src/nfa/include/
H A Dnfa_ce_api.h135 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
/system/nfc/src/nfa/int/
H A Dnfa_ce_int.h89 uint8_t nfcid2[NCI_RF_F_UID_LEN]; member in struct:__anon2158
214 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
H A Dnfa_dta_int.h372 void nfa_dta_t3t_nfcid_rand(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
/system/nfc/src/nfc/tags/
H A Dce_main.c103 p_activate_params->rf_tech_param.param.lf.nfcid2);
H A Drw_main.c232 rw_t3t_select(p_activate_params->rf_tech_param.param.pf.nfcid2,
H A Dce_t3t.c821 uint8_t nfcid2[NCI_RF_F_UID_LEN]) {
828 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN);
820 ce_select_t3t(uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN]) argument
/system/nfc/src/nfc/int/
H A Dce_int.h170 uint8_t nfcid2[NCI_RF_F_UID_LEN]);
/system/nfc/src/nfa/ce/
H A Dnfa_ce_api.c247 uint8_t nfcid2[NCI_RF_F_UID_LEN],
264 memcpy(p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN);
246 NFA_CeRegisterFelicaSystemCodeOnDH(uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN], uint8_t t3tPmm[NCI_T3T_PMM_LEN], tNFA_CONN_CBACK* p_conn_cback) argument
H A Dnfa_ce_act.c360 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]) { argument
363 /* For Type-3 tag, nfcid2 starts witn 02:fe */
364 nfcid2[0] = 0x02;
365 nfcid2[1] = 0xFE;
368 nfcid2[2] = (uint8_t)(rand_seed & 0xFF);
369 nfcid2[3] = (uint8_t)(rand_seed >> 8 & 0xFF);
371 nfcid2[4] = (uint8_t)(rand_seed & 0xFF);
372 nfcid2[5] = (uint8_t)(rand_seed >> 8 & 0xFF);
374 nfcid2[6] = (uint8_t)(rand_seed & 0xFF);
375 nfcid2[
[all...]
/system/nfc/src/hal/include/
H A Dnci_defs.h717 uint8_t nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for member in struct:__anon2003
/system/nfc/src/nfc/include/
H A Dnfc_api.h610 uint8_t nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for member in struct:__anon2369
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc686 memcpy(p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
695 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN);
/system/nfc/src/nfa/dm/
H A Dnfa_dm_act.c1749 p_nfcid = p_tech_params->param.pf.nfcid2;

Completed in 191 milliseconds