Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs84 fn snapshot(&self) -> SnapshottedAttDatabase<'_> in snapshot()
88 SnapshottedAttDatabase { attributes: self.list_attributes(), backing: self } in snapshot()
104 pub struct SnapshottedAttDatabase<'a> { struct
110 impl AttDatabase for SnapshottedAttDatabase<'_> { argument
128 impl StableAttDatabase for SnapshottedAttDatabase<'_> {} implementation