Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/fuzzers/rw/
H A Dt3t.cc242 plen -= NFC_TL_SIZE; in t3t_nci_msg()
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc1430 while (data_len > NFC_TL_SIZE) { in nfc_ncif_proc_ee_action()
1431 data_len -= NFC_TL_SIZE; in nfc_ncif_proc_ee_action()
1802 if (plen < NFC_TL_SIZE) { in nfc_ncif_proc_t3t_polling_ntf()
1809 plen -= NFC_TL_SIZE; in nfc_ncif_proc_t3t_polling_ntf()
/aosp12/system/nfc/src/nfc/include/
H A Dnfc_api.h161 #define NFC_TL_SIZE 2 macro