Searched defs:nfcid2 (Results 1 - 6 of 6) sorted by relevance

/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.c334 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]) argument
338 /* For Type-3 tag, nfcid2 starts witn 02:fe */
339 nfcid2[0] = 0x02;
340 nfcid2[1] = 0xFE;
343 nfcid2[2] = (UINT8) (rand_seed & 0xFF);
344 nfcid2[3] = (UINT8) (rand_seed>>8 & 0xFF);
346 nfcid2[4] = (UINT8) (rand_seed & 0xFF);
347 nfcid2[5] = (UINT8) (rand_seed>>8 & 0xFF);
349 nfcid2[6] = (UINT8) (rand_seed & 0xFF);
350 nfcid2[
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h95 UINT8 nfcid2[NCI_RF_F_UID_LEN]; member in struct:__anon8384
206 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c886 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]) argument
894 memcpy (p_cb->local_nfcid2, 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:__anon8219
/external/libnfc-nci/src/nfc/include/
H A Dnfc_api.h547 UINT8 nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */ member in struct:__anon8602

Completed in 594 milliseconds