Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.cc106 .declaration_handle = handle, in AddCharacteristic()
128 if (it->declaration_handle > handle) { 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()
206 if (it->declaration_handle > handle) { in FindDescriptorByHandle()
Ddatabase.cc79 tmp << "\t Characteristic: declaration_handle=" << loghex(c.declaration_handle) in ToString()
115 nv_attr.push_back({charac.declaration_handle, in Serialize()
190 .declaration_handle = attr.handle, in Deserialize()
277 UINT16_TO_STREAM(p, c.declaration_handle); in Hash()
Ddatabase.h88 uint16_t declaration_handle; member
/packages/modules/Bluetooth/system/bta/ras/
Dras_client_test.cc173 ras_features.declaration_handle = GetCharacteristicHandle(kRasFeaturesCharacteristic); in InitRangingService()
181 real_time_data.declaration_handle = in InitRangingService()
194 on_demand_data.declaration_handle = GetCharacteristicHandle(kRasOnDemandDataCharacteristic); in InitRangingService()
204 ras_control_point.declaration_handle = GetCharacteristicHandle(kRasControlPointCharacteristic); in InitRangingService()
214 ranging_data_ready.declaration_handle = in InitRangingService()
226 ranging_data_overwritten.declaration_handle = in InitRangingService()
239 vendor_specific_characteristic1.declaration_handle = in InitRangingService()
249 vendor_specific_characteristic2.declaration_handle = in InitRangingService()
/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_builder_test.cc89 ASSERT_EQ(service->characteristics[0].declaration_handle, 0x0002); in TEST()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs196 let declaration_handle = AttHandle(characteristic.handle.0 - 1); in add_service_with_handles() localVariable
200 handle: declaration_handle, in add_service_with_handles()