Home
last modified time | relevance | path

Searched defs:RawGattDatastore (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs97 pub trait RawGattDatastore { trait
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs91 pub fn get_datastore(self: &Rc<Self>, server_id: ServerId) -> impl RawGattDatastore { in get_datastore()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs169 datastore: Rc<dyn RawGattDatastore>, in add_service_with_handles()