Searched refs:declaration_handle (Results 1 – 4 of 4) sorted by relevance
105 .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()
77 << 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()
87 uint16_t declaration_handle; member
91 ASSERT_EQ(service->characteristics[0].declaration_handle, 0x0002); in TEST()