OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDEF_RecGetType
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/include/
ndef_utils.h
213
** Function
NDEF_RecGetType
220
EXPORT_NDEF_API extern UINT8 *
NDEF_RecGetType
(UINT8 *p_rec, UINT8 *p_tnf, UINT8 *p_type_len);
/external/libnfc-nci/src/nfa/dm/
nfa_dm_ndef.c
431
p_type =
NDEF_RecGetType
(p_rec, &tnf, &type_len);
/external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c
577
p_type =
NDEF_RecGetType
(p_rec, &tnf, &type_len);
ndef_utils.c
692
** Function
NDEF_RecGetType
699
UINT8 *
NDEF_RecGetType
(UINT8 *p_rec, UINT8 *p_tnf, UINT8 *p_type_len)
[
all
...]
Completed in 133 milliseconds