Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc1878 p_i93->max_ndef_length = in rw_i93_sm_detect_ndef()
1885 p_i93->max_ndef_length = in rw_i93_sm_detect_ndef()
1912 p_i93->max_ndef_length += p_i93->block_size; in rw_i93_sm_detect_ndef()
1930 if ((p_i93->ndef_length < 0xFF) && (p_i93->max_ndef_length >= 0xFF)) { in rw_i93_sm_detect_ndef()
1932 p_i93->max_ndef_length -= 2; in rw_i93_sm_detect_ndef()
1948 rw_data.ndef.max_size = p_i93->max_ndef_length; in rw_i93_sm_detect_ndef()
3720 if (rw_cb.tcb.i93.max_ndef_length < length) { in RW_I93UpdateNDef()
3724 length, rw_cb.tcb.i93.max_ndef_length); in RW_I93UpdateNDef()
/system/nfc/src/nfc/include/
Drw_int.h682 uint16_t max_ndef_length; /* max NDEF length the tag contains */ member