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.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:__anon24082
207 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
/external/libnfc-nci/src/nfc/tags/
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/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:__anon23913
/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:__anon24301

Completed in 155 milliseconds