OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_SNEP_REQ_CODE_GET
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/snep/
nfa_snep_act.c
261
&&((opcode ==
NFA_SNEP_REQ_CODE_GET
) || (opcode == NFA_SNEP_REQ_CODE_PUT) || (opcode == NFA_SNEP_RESP_CODE_SUCCESS)) )
265
if (opcode ==
NFA_SNEP_REQ_CODE_GET
)
287
if (opcode ==
NFA_SNEP_REQ_CODE_GET
)
326
&&(nfa_snep_cb.conn[dlink].rx_code ==
NFA_SNEP_REQ_CODE_GET
) )
338
if ((opcode ==
NFA_SNEP_REQ_CODE_GET
) || (opcode == NFA_SNEP_REQ_CODE_PUT))
620
&&(opcode !=
NFA_SNEP_REQ_CODE_GET
)
652
if (opcode ==
NFA_SNEP_REQ_CODE_GET
)
676
||((opcode == NFA_SNEP_RESP_CODE_SUCCESS) && (nfa_snep_cb.conn[dlink].tx_code ==
NFA_SNEP_REQ_CODE_GET
)))
829
if (nfa_snep_cb.conn[dlink].rx_code ==
NFA_SNEP_REQ_CODE_GET
)
866
&&(nfa_snep_cb.conn[dlink].tx_code ==
NFA_SNEP_REQ_CODE_GET
) )
[
all
...]
nfa_snep_default.c
133
if (p_data->alloc.req_code ==
NFA_SNEP_REQ_CODE_GET
)
/external/libnfc-nci/src/nfa/include/
nfa_snep_api.h
36
#define
NFA_SNEP_REQ_CODE_GET
0x01 /* return an NDEF message */
146
tNFA_SNEP_REQ_CODE req_code; /*
NFA_SNEP_REQ_CODE_GET
or NFA_SNEP_REQ_CODE_PUT */
Completed in 374 milliseconds