Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t5t.cc115 p_i93->max_ndef_length = t5t_area_len; in rw_t5t_sm_detect_ndef()
257 p_i93->max_ndef_length = t5t_area_len; in rw_t5t_sm_detect_ndef()
284 p_i93->max_ndef_length = t5t_area_len; in rw_t5t_sm_detect_ndef()
440 p_i93->max_ndef_length = in rw_t5t_sm_detect_ndef()
442 if (p_i93->max_ndef_length >= 0xFF) { in rw_t5t_sm_detect_ndef()
444 p_i93->max_ndef_length -= 4; in rw_t5t_sm_detect_ndef()
447 p_i93->max_ndef_length -= 2; in rw_t5t_sm_detect_ndef()
449 rw_data.ndef.max_size = p_i93->max_ndef_length; in rw_t5t_sm_detect_ndef()
Drw_i93.cc2127 p_i93->max_ndef_length = in rw_i93_sm_detect_ndef()
2134 p_i93->max_ndef_length = in rw_i93_sm_detect_ndef()
2161 p_i93->max_ndef_length += p_i93->block_size; in rw_i93_sm_detect_ndef()
2179 if ((p_i93->ndef_length < 0xFF) && (p_i93->max_ndef_length >= 0xFF)) { in rw_i93_sm_detect_ndef()
2181 p_i93->max_ndef_length -= 2; in rw_i93_sm_detect_ndef()
2197 rw_data.ndef.max_size = p_i93->max_ndef_length; in rw_i93_sm_detect_ndef()
4102 if (rw_cb.tcb.i93.max_ndef_length < length) { in RW_I93UpdateNDef()
4106 __func__, length, rw_cb.tcb.i93.max_ndef_length); in RW_I93UpdateNDef()
/system/nfc/src/nfc/include/
Drw_int.h812 uint32_t max_ndef_length; /* max NDEF length the tag contains */ member