Lines Matching refs:tnf
463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen) in NDEF_MsgGetFirstRecByType() argument
493 if ( ((rec_hdr & NDEF_TNF_MASK) == tnf) in NDEF_MsgGetFirstRecByType()
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen) in NDEF_MsgGetNextRecByType() argument
554 if ( ((rec_hdr & NDEF_TNF_MASK) == tnf) in NDEF_MsgGetNextRecByType()
837 UINT8 tnf, UINT8 *p_type, UINT8 type_len, in NDEF_MsgAddRec() argument
846 if (tnf > NDEF_TNF_RESERVED) in NDEF_MsgAddRec()
848 tnf = NDEF_TNF_UNKNOWN; in NDEF_MsgAddRec()
860 *p_rec = tnf | NDEF_MB_MASK | NDEF_ME_MASK; in NDEF_MsgAddRec()
870 *p_rec = tnf | NDEF_ME_MASK; in NDEF_MsgAddRec()
933 UINT8 tnf, UINT8 *p_type, UINT8 type_len, in NDEF_MsgInsertRec() argument
952 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len, in NDEF_MsgInsertRec()
965 *p_rec = tnf | NDEF_MB_MASK; in NDEF_MsgInsertRec()
967 *p_rec = tnf; in NDEF_MsgInsertRec()
1524 UINT8 type_len, id_len, tnf; in NDEF_MsgCopyAndDechunk() local
1543 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len); in NDEF_MsgCopyAndDechunk()
1548 if (tnf == NDEF_TNF_UNCHANGED) in NDEF_MsgCopyAndDechunk()
1559 status = NDEF_MsgAddRec (p_dest, max_out_len, &out_len, tnf, p_type, type_len, in NDEF_MsgCopyAndDechunk()