Searched refs:MAX_REPORT_LIST_LIMIT (Results 1 – 2 of 2) sorted by relevance
110 static constexpr uint8_t MAX_REPORT_LIST_LIMIT = 25; variable
102 if (reportList_.size() > MAX_REPORT_LIST_LIMIT) { in HandleMessageResponse()