Searched refs:_checkMinMsgSize (Results 1 – 2 of 2) sorted by relevance
367 bool _checkMinMsgSize(unsigned char *buf, unsigned int bytesRead);
515 bool LMEConnection::_checkMinMsgSize(unsigned char *buf, unsigned int bytesRead) in _checkMinMsgSize() function in LMEConnection620 if (!_checkMinMsgSize(rxBuffer, bytesRead)) { in _doRX()