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

  /system/nfc/src/hal/include/
nci_defs.h 627 #define NCI_NFCID1_MAX_LEN 10
633 uint8_t nfcid1[NCI_NFCID1_MAX_LEN]; /* AKA NFCID1 */
  /system/nfc/src/nfa/dm/
nfa_dm_main.c 271 max_len = NCI_NFCID1_MAX_LEN;
  /system/nfc/src/nfa/include/
nfa_api.h 626 uint8_t la_nfcid1[NCI_NFCID1_MAX_LEN]; /* if empty, NFCC will decide */
    [all...]
  /system/nfc/src/nfa/int/
nfa_dm_int.h 449 uint8_t la_nfcid1[NCI_NFCID1_MAX_LEN];
  /system/nfc/src/nfc/nfc/
nfc_ncif.c 589 if (p_pa->nfcid1_len > NCI_NFCID1_MAX_LEN)
590 p_pa->nfcid1_len = NCI_NFCID1_MAX_LEN;
    [all...]

Completed in 1562 milliseconds