Home | History | Annotate | Download | only in ndef

Lines Matching refs:p_type

463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
495 && (!memcmp (p_rec, p_type, tlen)) )
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
556 && (!memcmp (p_rec, p_type, tlen)) )
837 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
897 if (p_type)
898 memcpy (p_rec, p_type, type_len);
933 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
952 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len,
993 if (p_type)
994 memcpy (p_rec, p_type, type_len);
1523 UINT8 *p_type, *p_id, *p_pay;
1543 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
1559 status = NDEF_MsgAddRec (p_dest, max_out_len, &out_len, tnf, p_type, type_len,