Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs4 server::att_database::{AttAttribute, AttDatabase, StableAttDatabase},
86 impl StableAttDatabase for TestAttDatabase {}
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs97 pub trait StableAttDatabase: AttDatabase { interface
128 impl StableAttDatabase for SnapshottedAttDatabase<'_> {}
Dindication_handler.rs16 att_database::{AttDatabase, StableAttDatabase},
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_filter_by_size_type.rs6 gatt::server::att_database::{AttAttribute, StableAttDatabase},
28 db: &impl StableAttDatabase, in filter_read_attributes_by_size_type() argument
78 att_database::{AttAttribute, AttDatabase, StableAttDatabase},
Datt_grouping.rs7 use crate::gatt::server::att_database::{AttAttribute, StableAttDatabase};
33 db: &impl StableAttDatabase, in find_group_end() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_by_type_request.rs3 gatt::{ids::AttHandle, server::att_database::StableAttDatabase},
20 db: &impl StableAttDatabase, in handle_read_by_type_request() argument
Dfind_by_type_value.rs7 server::att_database::{AttAttribute, StableAttDatabase},
23 db: &impl StableAttDatabase, in handle_find_by_type_value_request() argument
Dread_by_group_type_request.rs6 att_database::StableAttDatabase,
27 db: &impl StableAttDatabase, in handle_read_by_group_type_request() argument