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