OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndef_max_size
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_ce_api.h
85
UINT16
ndef_max_size
,
/external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c
120
UINT16
ndef_max_size
,
159
p_msg->local_tag.
ndef_max_size
=
ndef_max_size
;
nfa_ce_act.c
651
(nfa_ce_cb.scratch_buf_size != nfa_ce_cb.
ndef_max_size
))
656
if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.
ndef_max_size
)) != NULL)
658
nfa_ce_cb.scratch_buf_size = nfa_ce_cb.
ndef_max_size
;
662
NFA_TRACE_ERROR1 ("Unable to allocate scratch buffer for writable NDEF message (%i bytes)", nfa_ce_cb.
ndef_max_size
);
706
p_cb->
ndef_max_size
,
716
p_cb->
ndef_max_size
,
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_ce_int.h
72
UINT16
ndef_max_size
;
member in struct:__anon3639
189
UINT16
ndef_max_size
;
member in struct:__anon3645
nfa_rw_int.h
305
UINT32
ndef_max_size
; /* max number of bytes available for NDEF data */
member in struct:__anon3795
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
213
conn_evt_data.ndef_detect.max_size = nfa_rw_cb.
ndef_max_size
= p_rw_data->ndef.max_size;
292
conn_evt_data.ndef_detect.max_size = nfa_rw_cb.
ndef_max_size
= p_rw_data->ndef.max_size;
[
all
...]
Completed in 130 milliseconds