Searched refs:new_type_len (Results 1 – 2 of 2) sorted by relevance
1101 uint8_t* p_new_type, uint8_t new_type_len) { in NDEF_MsgReplaceType() argument1123 if (new_type_len > prev_type_len) { in NDEF_MsgReplaceType()1125 typelen_delta = new_type_len - prev_type_len; in NDEF_MsgReplaceType()1136 } else if (new_type_len < prev_type_len) { in NDEF_MsgReplaceType()1138 typelen_delta = prev_type_len - new_type_len; in NDEF_MsgReplaceType()1149 p_rec[1] = new_type_len; in NDEF_MsgReplaceType()1152 if (p_new_type) memcpy(p_prev_type, p_new_type, new_type_len); in NDEF_MsgReplaceType()
314 uint8_t new_type_len);