Searched refs:sAttrIdMap (Results 1 – 1 of 1) sorted by relevance
33 static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = { variable70 auto iter = std::lower_bound(sAttrIdMap.begin(), sAttrIdMap.end(), id.entry_id(), less_entry_id); in FindAttributeSdkLevel()71 if (iter == sAttrIdMap.end()) { in FindAttributeSdkLevel()