Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1190 while (data_len > NFC_TL_SIZE) { in nfc_ncif_proc_ee_action()
1191 data_len -= NFC_TL_SIZE; in nfc_ncif_proc_ee_action()
1303 tl += NFC_TL_SIZE; in nfc_ncif_proc_get_routing()
1547 plen -= NFC_TL_SIZE; in nfc_ncif_proc_t3t_polling_ntf()
/system/nfc/src/nfc/include/
Dnfc_api.h154 #define NFC_TL_SIZE 2 macro