Searched refs:responseView (Results 1 – 1 of 1) sorted by relevance
161 std::span<const uint8_t> responseView = response; in processBlobCommand() local162 responseView = responseView.subspan(sizeof(uint16_t)); in processBlobCommand()163 std::vector<std::uint8_t> crcBuffer(responseView.begin(), in processBlobCommand()164 responseView.end()); in processBlobCommand()