Searched refs:StableAttDatabase (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
D | test_att_db.rs | 4 server::att_database::{AttAttribute, AttDatabase, StableAttDatabase}, 86 impl StableAttDatabase for TestAttDatabase {}
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_database.rs | 97 pub trait StableAttDatabase: AttDatabase { interface 128 impl StableAttDatabase for SnapshottedAttDatabase<'_> {}
|
D | indication_handler.rs | 16 att_database::{AttDatabase, StableAttDatabase},
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/ |
D | att_filter_by_size_type.rs | 6 gatt::server::att_database::{AttAttribute, StableAttDatabase}, 28 db: &impl StableAttDatabase, in filter_read_attributes_by_size_type() argument 78 att_database::{AttAttribute, AttDatabase, StableAttDatabase},
|
D | att_grouping.rs | 7 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/ |
D | read_by_type_request.rs | 3 gatt::{ids::AttHandle, server::att_database::StableAttDatabase}, 20 db: &impl StableAttDatabase, in handle_read_by_type_request() argument
|
D | find_by_type_value.rs | 7 server::att_database::{AttAttribute, StableAttDatabase}, 23 db: &impl StableAttDatabase, in handle_find_by_type_value_request() argument
|
D | read_by_group_type_request.rs | 6 att_database::StableAttDatabase, 27 db: &impl StableAttDatabase, in handle_read_by_group_type_request() argument
|