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