Searched refs:deviceIdLength (Results 1 – 2 of 2) sorted by relevance
13 static constexpr size_t deviceIdLength = 4; variable114 idLen = deviceIdLength; in checkId()
25 constexpr uint8_t deviceIdLength = 4; variable230 uint8_t rLen = deviceIdLength + 1; in getDeviceId()240 std::memcpy(deviceId, &rbuf[1], deviceIdLength); in getDeviceId()