Home | History | Annotate | Download | only in ndef

Lines Matching refs:NDEF_MsgGetNextRec

311 ** Function         NDEF_MsgGetNextRec
320 UINT8 *NDEF_MsgGetNextRec (UINT8 *p_cur_rec)
527 if ((p_rec = NDEF_MsgGetNextRec (p_cur_rec)) == NULL)
646 if ((p_rec = NDEF_MsgGetNextRec (p_cur_rec)) == NULL)
1493 if ((pNext = NDEF_MsgGetNextRec (p_rec)) == NULL)
1559 p_rec = NDEF_MsgGetNextRec (p_rec);