Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c1808 UINT16 Num_LChuncks = 0; in rw_t2t_get_tag_size() local
1812 Num_LChuncks = (UINT16) p_data[4] << 8 | p_data[5]; in rw_t2t_get_tag_size()
1814 tms = (UINT16) (LchunkSize * Num_LChuncks); in rw_t2t_get_tag_size()