Searched refs:ndef_length (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_snep_api.h109 UINT32 ndef_length; /* NDEF message length */ member in struct:__anon24069
117 UINT32 ndef_length; /* NDEF message length */ member in struct:__anon24070
126 UINT32 ndef_length; /* NDEF message length */ member in struct:__anon24071
150 UINT32 ndef_length; /* NDEF message length */ member in struct:__anon24074
334 UINT32 ndef_length,
357 UINT32 ndef_length,
378 ** response code is NFA_SNEP_RESP_CODE_SUCCESS. Otherwise, ndef_length
392 UINT32 ndef_length,
/external/libnfc-nci/src/nfa/int/
H A Dnfa_snep_int.h109 UINT32 ndef_length; /* length of current NDEF message */ member in struct:__anon24244
118 UINT32 ndef_length; /* length of NDEF message */ member in struct:__anon24245
128 UINT32 ndef_length; /* length of NDEF message */ member in struct:__anon24246
195 UINT32 ndef_length; /* length of NDEF message */ member in struct:__anon24250
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c1745 p_i93->ndef_length = p_i93->tlv_length;
1827 p_i93->max_ndef_length = p_i93->ndef_length
1837 p_i93->max_ndef_length = p_i93->ndef_length
1894 if ( (p_i93->ndef_length < 0xFF)
1907 rw_data.ndef.cur_size = p_i93->ndef_length;
1912 rw_data.ndef.max_size = p_i93->ndef_length;
1971 if (p_i93->ndef_length < 0xFF)
2002 if (p_i93->rw_length >= p_i93->ndef_length)
2005 p_resp->len -= (p_i93->rw_length - p_i93->ndef_length);
2012 p_i93->ndef_length);
[all...]
H A Drw_t4t.c790 p_t4t->ndef_length = nlen;
1017 if (!rw_t4t_update_nlen (p_t4t->ndef_length))
1373 if (!rw_t4t_read_file (T4T_FILE_LENGTH_SIZE, rw_cb.tcb.t4t.ndef_length, FALSE))
1435 rw_cb.tcb.t4t.ndef_length = length;
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h452 UINT16 ndef_length; /* length of NDEF data */ member in struct:__anon24375
548 UINT16 ndef_length; /* length of NDEF data */ member in struct:__anon24378

Completed in 322 milliseconds