Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t4t.cc1209 if (p_t4t->cc_file.cclen < T4T_CC_FILE_MIN_LEN) { in rw_t4t_validate_cc_file()
1211 p_t4t->cc_file.cclen); in rw_t4t_validate_cc_file()
1609 BE_STREAM_TO_UINT16(p_t4t->cc_file.cclen, p); in rw_t4t_sm_detect_ndef()
1627 "%s - CCLEN: 0x%04X", __func__, p_t4t->cc_file.cclen); in rw_t4t_sm_detect_ndef()
1663 "%s - CCLEN: 0x%04X", __func__, p_t4t->cc_file.cclen); in rw_t4t_sm_detect_ndef()
/system/nfc/src/nfc/include/
Drw_int.h575 uint16_t cclen; /* the size of this capability container */ member