Home
last modified time | relevance | path

Searched refs:NCI_NFCID1_MAX_LEN (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/include/
Dnci_defs.h579 #define NCI_NFCID1_MAX_LEN 10 macro
585 uint8_t nfcid1[NCI_NFCID1_MAX_LEN]; /* AKA NFCID1 */
/system/nfc/src/nfa/dm/
Dnfa_dm_main.cc273 max_len = NCI_NFCID1_MAX_LEN; in nfa_dm_check_set_config()
/system/nfc/src/nfa/include/
Dnfa_dm_int.h458 uint8_t la_nfcid1[NCI_NFCID1_MAX_LEN];
Dnfa_api.h593 uint8_t la_nfcid1[NCI_NFCID1_MAX_LEN]; /* if empty, NFCC will decide */
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc699 if (p_pa->nfcid1_len > NCI_NFCID1_MAX_LEN) in nfc_ncif_decode_rf_params()
700 p_pa->nfcid1_len = NCI_NFCID1_MAX_LEN; in nfc_ncif_decode_rf_params()