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