Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs96 attributes: BTreeMap<AttHandle, AttAttributeWithBackingValue>,
107 struct AttAttributeWithBackingValue { struct
176 attributes.insert(attribute.handle, AttAttributeWithBackingValue { attribute, value }) in add_service_with_handles()