Home
last modified time | relevance | path

Searched refs:declaration_handle (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Ddatabase_builder.cc105 .declaration_handle = handle, in AddCharacteristic()
129 if (it->declaration_handle > handle) break; in AddDescriptor()
170 if (it->declaration_handle > pending_characteristic) { in NextDescriptorRangeToExplore()
176 uint16_t start = it->declaration_handle + 2; in NextDescriptorRangeToExplore()
179 end = next->declaration_handle - 1; in NextDescriptorRangeToExplore()
203 if (it->declaration_handle > handle) break; in FindDescriptorByHandle()
Ddatabase.cc77 << loghex(c.declaration_handle) in ToString()
114 {charac.declaration_handle, in Serialize()
188 .declaration_handle = attr.handle, in Deserialize()
273 UINT16_TO_STREAM(p, c.declaration_handle); in Hash()
Ddatabase.h87 uint16_t declaration_handle; member
/system/bt/bta/test/gatt/
Ddatabase_builder_test.cc91 ASSERT_EQ(service->characteristics[0].declaration_handle, 0x0002); in TEST()