OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfa_nv_ci_read
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_nv_ci.h
81
** Function
nfa_nv_ci_read
99
NFC_API extern void
nfa_nv_ci_read
(UINT16 num_bytes_read,
/external/libnfc-nci/src/nfa/hci/
nfa_hci_ci.c
34
** Function
nfa_nv_ci_read
41
void
nfa_nv_ci_read
(UINT16 num_bytes_read, tNFA_NV_CO_STATUS status, UINT8 block)
function
/external/libnfc-nci/src/adaptation/
libmain.c
76
** Note: Upon completion of the request,
nfa_nv_ci_read
() is
110
nfa_nv_ci_read
(actualReadData, NFA_NV_CO_OK, block);
115
nfa_nv_ci_read
(0, NFA_NV_CO_FAIL, block);
121
nfa_nv_ci_read
(0, NFA_NV_CO_FAIL, block);
Completed in 74 milliseconds