Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.cc110 .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()
Ddatabase.cc82 << 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()
Ddatabase.h89 uint16_t declaration_handle; member
/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_builder_test.cc92 ASSERT_EQ(service->characteristics[0].declaration_handle, 0x0002); in TEST()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs204 let declaration_handle = AttHandle(characteristic.handle.0 - 1); in add_service_with_handles() localVariable
208 handle: declaration_handle, in add_service_with_handles()