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

  /system/nfc/src/nfa/include/
nfa_ce_api.h 135 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
  /system/nfc/src/nfa/int/
nfa_ce_int.h 89 uint8_t nfcid2[NCI_RF_F_UID_LEN];
150 uint8_t t3t_nfcid2[NCI_RF_F_UID_LEN];
210 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
nfa_dta_int.h 372 void nfa_dta_t3t_nfcid_rand(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
  /system/nfc/src/nfc/int/
ce_int.h 79 uint8_t local_nfcid2[NCI_RF_F_UID_LEN];
170 uint8_t nfcid2[NCI_RF_F_UID_LEN]);
rw_int.h     [all...]
  /system/nfc/src/nfa/ce/
nfa_ce_api.c 247 uint8_t nfcid2[NCI_RF_F_UID_LEN],
263 memcpy(p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN);
nfa_ce_act.c 306 NCI_RF_F_UID_LEN);
335 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]) {
777 NCI_RF_F_UID_LEN) == 0)
    [all...]
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 691 if (t3tIdLen != (2 + NCI_RF_F_UID_LEN))
701 uint8_t nfcid2[NCI_RF_F_UID_LEN];
704 memcpy(nfcid2, t3tId + 2, NCI_RF_F_UID_LEN);
  /system/nfc/src/hal/include/
nci_defs.h 652 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN

Completed in 722 milliseconds