Home | History | Annotate | Download | only in ndef

Lines Matching defs:tnf

463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
493 if ( ((rec_hdr & NDEF_TNF_MASK) == tnf)
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
554 if ( ((rec_hdr & NDEF_TNF_MASK) == tnf)
696 ** Returns Pointer to Type (NULL if none). TNF and len are filled in.
837 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
846 if (tnf > NDEF_TNF_RESERVED)
848 tnf = NDEF_TNF_UNKNOWN;
860 *p_rec = tnf | NDEF_MB_MASK | NDEF_ME_MASK;
870 *p_rec = tnf | NDEF_ME_MASK;
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,
965 *p_rec = tnf | NDEF_MB_MASK;
967 *p_rec = tnf;
1524 UINT8 type_len, id_len, tnf;
1543 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
1548 if (tnf == NDEF_TNF_UNCHANGED)
1556 NDEF_MsgAddRec (p_dest, max_out_len, &out_len, tnf, p_type, type_len,