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

  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 95 UINT8 nfcid2[NCI_RF_F_UID_LEN];
151 UINT8 t3t_nfcid2[NCI_RF_F_UID_LEN];
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/nfa/include/
nfa_ce_api.h 135 UINT8 nfcid2[NCI_RF_F_UID_LEN],
  /external/libnfc-nci/src/nfc/int/
ce_int.h 76 UINT8 local_nfcid2[NCI_RF_F_UID_LEN];
165 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
rw_int.h     [all...]
  /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 306 ARRAY_TO_BE_STREAM (p_params, p_cb->listen_info[i].t3t_nfcid2, NCI_RF_F_UID_LEN);
334 void nfa_ce_t3t_generate_rand_nfcid (UINT8 nfcid2[NCI_RF_F_UID_LEN])
782 if ((memcmp (p_nfcid2, p_cb->activation_params.rf_tech_param.param.lf.nfcid2, NCI_RF_F_UID_LEN)==0)
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 654 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN

Completed in 47 milliseconds