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.cc1961 p_i93->max_ndef_length = in rw_i93_sm_detect_ndef()
1968 p_i93->max_ndef_length = in rw_i93_sm_detect_ndef()
1995 p_i93->max_ndef_length += p_i93->block_size; in rw_i93_sm_detect_ndef()
2013 if ((p_i93->ndef_length < 0xFF) && (p_i93->max_ndef_length >= 0xFF)) { in rw_i93_sm_detect_ndef()
2015 p_i93->max_ndef_length -= 2; in rw_i93_sm_detect_ndef()
2031 rw_data.ndef.max_size = p_i93->max_ndef_length; in rw_i93_sm_detect_ndef()
3877 if (rw_cb.tcb.i93.max_ndef_length < length) { in RW_I93UpdateNDef()
3881 length, rw_cb.tcb.i93.max_ndef_length); in RW_I93UpdateNDef()
/system/nfc/src/nfc/include/
Drw_int.h724 uint16_t max_ndef_length; /* max NDEF length the tag contains */ member