Home
last modified time | relevance | path

Searched refs:NFC_TL_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/fuzzers/rw/
Dt3t.cc242 plen -= NFC_TL_SIZE; in t3t_nci_msg()
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1358 while (data_len > NFC_TL_SIZE) { in nfc_ncif_proc_ee_action()
1359 data_len -= NFC_TL_SIZE; in nfc_ncif_proc_ee_action()
1745 if (plen < NFC_TL_SIZE) { in nfc_ncif_proc_t3t_polling_ntf()
1752 plen -= NFC_TL_SIZE; in nfc_ncif_proc_t3t_polling_ntf()
/system/nfc/src/nfc/include/
Dnfc_api.h162 #define NFC_TL_SIZE 2 macro