Searched defs:RawGattDatastore (Results 1 – 3 of 3) sorted by relevance
97 pub trait RawGattDatastore { trait
91 pub fn get_datastore(self: &Rc<Self>, server_id: ServerId) -> impl RawGattDatastore { in get_datastore()
169 datastore: Rc<dyn RawGattDatastore>, in add_service_with_handles()