Searched refs:maxInventoryDataSize (Results 1 – 2 of 2) sorted by relevance
22 constexpr size_t maxInventoryDataSize = 256; variable201 std::array<uint8_t, maxInventoryDataSize> data;
469 if (dataSize == 0 || dataSize > maxInventoryDataSize) in decodeGetInventoryInformationResponse()