Loading system/gd/hci/le_scanning_manager.cc +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class AdvertisingCache { auto it = Find(address_with_type); if (it != items.end()) { it->data = std::move(data); return it->data; } if (items.size() > cache_max) { Loading Loading
system/gd/hci/le_scanning_manager.cc +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class AdvertisingCache { auto it = Find(address_with_type); if (it != items.end()) { it->data = std::move(data); return it->data; } if (items.size() > cache_max) { Loading