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

/system/nfc/src/nfa/include/
H A Dnfa_ce_api.h132 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
H A Dnfa_ce_int.h80 uint8_t nfcid2[NCI_RF_F_UID_LEN]; member in struct:__anon2196
207 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
/system/nfc/src/nfc/tags/
H A Dce_main.cc109 p_activate_params->rf_tech_param.param.lf.nfcid2);
H A Drw_main.cc244 rw_t3t_select(p_activate_params->rf_tech_param.param.pf.nfcid2,
H A Dce_t3t.cc825 uint8_t nfcid2[NCI_RF_F_UID_LEN]) {
832 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN);
824 ce_select_t3t(uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN]) argument
/system/nfc/src/nfc/include/
H A Dce_int.h162 uint8_t nfcid2[NCI_RF_F_UID_LEN]);
H A Dnfc_api.h573 uint8_t nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for member in struct:__anon2481
/system/nfc/src/nfa/ce/
H A Dnfa_ce_api.cc254 uint8_t nfcid2[NCI_RF_F_UID_LEN],
271 memcpy(p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN);
253 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.cc398 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]) { argument
401 /* For Type-3 tag, nfcid2 starts witn 02:fe */
402 nfcid2[0] = 0x02;
403 nfcid2[1] = 0xFE;
406 nfcid2[2] = (uint8_t)(rand_seed & 0xFF);
407 nfcid2[3] = (uint8_t)(rand_seed >> 8 & 0xFF);
409 nfcid2[4] = (uint8_t)(rand_seed & 0xFF);
410 nfcid2[5] = (uint8_t)(rand_seed >> 8 & 0xFF);
412 nfcid2[6] = (uint8_t)(rand_seed & 0xFF);
413 nfcid2[
[all...]
/system/nfc/src/include/
H A Dnci_defs.h611 uint8_t nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for member in struct:__anon2130
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc697 memcpy(p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
706 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN);
/system/nfc/src/nfa/dm/
H A Dnfa_dm_act.cc1743 p_nfcid = p_tech_params->param.pf.nfcid2;

Completed in 172 milliseconds