Searched refs:services_to_discover (Results 1 – 2 of 2) sorted by relevance
69 services_to_discover.insert({handle, end_handle}); in AddService()147 while (!services_to_discover.empty()) { in StartNextServiceExploration()148 auto handle_range = services_to_discover.begin(); in StartNextServiceExploration()150 services_to_discover.erase(handle_range); in StartNextServiceExploration()
94 std::set<std::pair<uint16_t, uint16_t>> services_to_discover; variable