Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs100 enum AttAttributeBackingValue { enum
109 value: AttAttributeBackingValue,
174 let mut add_attribute = |attribute: AttAttribute, value: AttAttributeBackingValue| { in add_service_with_handles()
188 AttAttributeBackingValue::Static( in add_service_with_handles()
212 AttAttributeBackingValue::Static( in add_service_with_handles()
244 AttAttributeBackingValue::DynamicCharacteristic(datastore.clone()), in add_service_with_handles()
255 AttAttributeBackingValue::DynamicDescriptor(datastore.clone()), in add_service_with_handles()
367 AttAttributeBackingValue::Static(val) => return Ok(val), in read_attribute()
368 AttAttributeBackingValue::DynamicCharacteristic(datastore) => { in read_attribute()
378 AttAttributeBackingValue::DynamicDescriptor(datastore) => { in read_attribute()
[all …]