Searched refs:pending_service (Results 1 – 2 of 2) sorted by relevance
149 pending_service = *handle_range; in StartNextServiceExploration()153 if (pending_service.first == pending_service.second) continue; in StartNextServiceExploration()163 return pending_service; in CurrentlyExploredService()167 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore()
88 std::pair<uint16_t, uint16_t> pending_service; variable