Searched refs:responseSize (Results 1 – 1 of 1) sorted by relevance
498 const uint16_t responseSize = (responseHeader[0] << 8) | responseHeader[1]; in readResponse() local499 LOG(DEBUG) << mMark << " Expecting response of size " << responseSize; in readResponse()500 std::vector<uint8_t> response(std::min(responseSize, MAX_SIZE)); in readResponse()505 uint16_t remainingBytes = responseSize - response.size(); in readResponse()