OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDEF_MsgGetRecByIndex
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/ndef/
ndef_utils.c
356
** Function
NDEF_MsgGetRecByIndex
364
UINT8 *
NDEF_MsgGetRecByIndex
(UINT8 *p_msg, INT32 index)
950
|| ((p_rec =
NDEF_MsgGetRecByIndex
(p_msg, index)) == NULL) )
[
all
...]
/external/libnfc-nci/src/nfc/include/
ndef_utils.h
141
** Function
NDEF_MsgGetRecByIndex
149
EXPORT_NDEF_API extern UINT8 *
NDEF_MsgGetRecByIndex
(UINT8 *p_msg, INT32 index);
Completed in 1045 milliseconds