Home
last modified time | relevance | path

Searched defs:StableAttDatabase (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs97 pub trait StableAttDatabase: AttDatabase { interface
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_by_type_request.rs17 db: &impl StableAttDatabase, in handle_read_by_type_request()
Dread_by_group_type_request.rs21 db: &impl StableAttDatabase, in handle_read_by_group_type_request()
Dfind_by_type_value.rs21 db: &impl StableAttDatabase, in handle_find_by_type_value_request()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_filter_by_size_type.rs28 db: &impl StableAttDatabase, in filter_read_attributes_by_size_type()
Datt_grouping.rs33 db: &impl StableAttDatabase, in find_group_end()