Searched refs:declaration_handle (Results 1 – 5 of 5) sorted by relevance
110 .declaration_handle = handle, in AddCharacteristic()133 if (it->declaration_handle > handle) break; in AddDescriptor()174 if (it->declaration_handle > pending_characteristic) { in NextDescriptorRangeToExplore()180 uint16_t start = it->declaration_handle + 2; in NextDescriptorRangeToExplore()183 end = next->declaration_handle - 1; in NextDescriptorRangeToExplore()207 if (it->declaration_handle > handle) break; in FindDescriptorByHandle()
82 << loghex(c.declaration_handle) in ToString()119 {charac.declaration_handle, in Serialize()195 .declaration_handle = attr.handle, in Deserialize()285 UINT16_TO_STREAM(p, c.declaration_handle); in Hash()
89 uint16_t declaration_handle; member
92 ASSERT_EQ(service->characteristics[0].declaration_handle, 0x0002); in TEST()
204 let declaration_handle = AttHandle(characteristic.handle.0 - 1); in add_service_with_handles() localVariable208 handle: declaration_handle, in add_service_with_handles()