/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_act.c | 296 /* Set system code and NFCID2 */ 302 /* Set tag's system code and NFCID2 */ 329 ** Description Generate a random NFCID2 for Type-3 tag 334 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]) 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) [all...] |
nfa_ce_api.c | 250 UINT8 nfcid2[NCI_RF_F_UID_LEN], 268 memcpy (p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN);
|
nfa_ce_main.c | 84 /* Generate a random NFCID for Type-3 NDEF emulation (Type-3 tag NFCID2 must start with 02:FE) */
|
/external/libnfc-nci/src/nfa/int/ |
nfa_ce_int.h | 95 UINT8 nfcid2[NCI_RF_F_UID_LEN]; member in struct:__anon20632 206 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
|
nfa_dta_int.h | 370 void nfa_dta_t3t_nfcid_rand (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
|
/external/libnfc-nci/src/nfc/int/ |
ce_int.h | 165 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
|
/external/libnfc-nci/src/nfa/include/ |
nfa_ce_api.h | 135 UINT8 nfcid2[NCI_RF_F_UID_LEN],
|
nfa_api.h | 557 /* System Code and NFCID2 */ [all...] |
/external/libnfc-nci/src/hal/include/ |
nci_defs.h | 666 UINT8 nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */ member in struct:__anon20465
|
/external/libnfc-nci/src/nfc/include/ |
tags_defs.h | 287 #define T3T_MSG_CMD_COMMON_HDR_LEN 11 /* Common header: SoD + cmdcode + NFCID2 + num_services */ 290 #define T3T_MSG_RSP_COMMON_HDR_LEN 11 /* Common header: rspcode + NFCID2 + StatusFlag1 + StatusFlag2 */
|
nfc_api.h | 548 UINT8 nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */ member in struct:__anon20850 [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 682 memcpy (p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN); 693 STREAM_TO_ARRAY (p_lf->nfcid2, p, NCI_NFCID2_LEN); [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_discover.c | 281 ** T3T listen No bit for T3T in LF_PROT (CE T3T set listen parameters, system code, NFCID2, etc.) 543 /* if the bit at position X is set to 0, SC/NFCID2 with index X shall be ignored */ [all...] |
nfa_dm_act.c | [all...] |
/packages/apps/Nfc/nci/jni/ |
NfcTag.cpp | [all...] |