Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_i93.c1827 p_i93->max_ndef_length = p_i93->ndef_length in rw_i93_sm_detect_ndef()
1837 p_i93->max_ndef_length = p_i93->ndef_length in rw_i93_sm_detect_ndef()
1874 p_i93->max_ndef_length += p_i93->block_size; in rw_i93_sm_detect_ndef()
1895 &&(p_i93->max_ndef_length >= 0xFF) ) in rw_i93_sm_detect_ndef()
1898 p_i93->max_ndef_length -= 2; in rw_i93_sm_detect_ndef()
1917 rw_data.ndef.max_size = p_i93->max_ndef_length; in rw_i93_sm_detect_ndef()
3963 if (rw_cb.tcb.i93.max_ndef_length < length) in RW_I93UpdateNDef()
3966 length, rw_cb.tcb.i93.max_ndef_length); in RW_I93UpdateNDef()
/external/libnfc-nci/src/nfc/int/
Drw_int.h549 UINT16 max_ndef_length; /* max NDEF length the tag contains */ member