Home | History | Annotate | Download | only in ndef

Lines Matching full:msg_len

79 tNDEF_STATUS NDEF_MsgValidate (UINT8 *p_msg, UINT32 msg_len, BOOLEAN b_allow_chunks)
82 UINT8 *p_end = p_msg + msg_len;
88 if ( (p_msg == NULL) || (msg_len < 3) )