HomeSort by relevance Sort by last modified time
    Searched refs:nfcid2 (Results 1 - 11 of 11) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 135 UINT8 nfcid2[NCI_RF_F_UID_LEN],
  /external/libnfc-nci/src/nfa/ce/
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_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...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 95 UINT8 nfcid2[NCI_RF_F_UID_LEN]; member in struct:__anon10350
206 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN]);
nfa_dta_int.h 368 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/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:__anon10185
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 547 UINT8 nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */ member in struct:__anon10568
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 681 memcpy (p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
692 STREAM_TO_ARRAY (p_lf->nfcid2, p, NCI_NFCID2_LEN);
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c     [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp     [all...]

Completed in 172 milliseconds