Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Ddatabase_builder.cc134 pending_characteristic = HANDLE_MIN; in StartNextServiceExploration()
153 if (it->declaration_handle > pending_characteristic) { in NextDescriptorRangeToExplore()
169 pending_characteristic = start; in NextDescriptorRangeToExplore()
174 pending_characteristic = HANDLE_MAX; in NextDescriptorRangeToExplore()
Ddatabase_builder.h76 uint16_t pending_characteristic; variable