Home
last modified time | relevance | path

Searched refs:NDEF_MsgGetNextRecByType (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Dndef_utils.h183 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type,…
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c519 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen) in NDEF_MsgGetNextRecByType() function
/external/libnfc-nci/src/nfa/cho/
Dnfa_cho_util.c1369 … p_ac_record = NDEF_MsgGetNextRecByType (p_ac_record, NDEF_TNF_WKT, ac_rec_type, AC_REC_TYPE_LEN); in nfa_cho_parse_ac_records()