Searched refs:statusByteLength (Results 1 – 4 of 4) sorted by relevance
17 static constexpr size_t statusByteLength = 1; variable100 bufferSize = statusByteLength + mfrIdLength; in checkId()104 bufferSize = statusByteLength + mfrModelLength; in checkId()123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId()165 rbuf.resize(statusByteLength); in unlockPasswordProtection()270 rbuf.resize(statusByteLength); in waitForMTPComplete()
14 static constexpr size_t statusByteLength = 1; variable115 rbuf.resize(statusByteLength + idLength); in checkId()123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId()152 rbuf.resize(statusByteLength); in isPasswordUnlock()175 std::vector<uint8_t> rbuf(statusByteLength); in unlockWriteProtect()336 rbuf.resize(statusByteLength); in enableMTPPageWriteRead()
15 static constexpr size_t statusByteLength = 1; variable136 rbuf.resize(idLen + (blockRead ? statusByteLength : 0)); in checkId()144 auto idBytes = std::span(rbuf).subspan(blockRead ? statusByteLength : 0); in checkId()
399 static constexpr size_t statusByteLength = 1; in getCRC() local412 rbuf.resize(crcUserMultiDataLength + statusByteLength); in getCRC()419 auto crcBytes = std::span(rbuf).subspan(statusByteLength); in getCRC()