Home
last modified time | relevance | path

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

/system/bt/gd/rust/facade/src/
Dlib.rs68 lifecycle_tx: Sender<LifecycleCommand>, field
145 Self { lifecycle_tx: tx } in create()
150 self.lifecycle_tx.send(LifecycleCommand::Start { req, done: tx }).await?; in start()
157 self.lifecycle_tx.send(LifecycleCommand::Stop { done: tx }).await?; in stop()