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