Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.cc155 pending_characteristic = HANDLE_MIN; in StartNextServiceExploration()
174 if (it->declaration_handle > pending_characteristic) { in NextDescriptorRangeToExplore()
190 pending_characteristic = start; in NextDescriptorRangeToExplore()
195 pending_characteristic = HANDLE_MAX; in NextDescriptorRangeToExplore()
Ddatabase_builder.h90 uint16_t pending_characteristic; variable