Home
last modified time | relevance | path

Searched refs:pending_service (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/gatt/
Ddatabase_builder.cc145 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()
Ddatabase_builder.h85 std::pair<uint16_t, uint16_t> pending_service; variable