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

  /system/nfc/src/include/
nci_defs.h 597 #define NCI_NFCID2_LEN 8
600 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN
611 uint8_t nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for
  /system/nfc/src/nfa/include/
nfa_api.h 615 [NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN];
    [all...]
  /system/nfc/src/nfc/include/
rw_int.h 524 uint8_t peer_nfcid2[NCI_NFCID2_LEN];
    [all...]
nfc_api.h 567 #define NFC_NFCID2_LEN NCI_NFCID2_LEN
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 697 memcpy(p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN);
706 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN);
    [all...]
  /system/nfc/src/nfa/dm/
nfa_dm_discover.cc 532 UINT8_TO_STREAM(p, NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN);
534 NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN);
    [all...]

Completed in 234 milliseconds