Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/hal/src/
H A Dlib.rs53 pub cmd_tx: UnboundedSender<CommandPacket>, field
H A Dfacade.rs51 let cmd_tx = self.control.tx.clone(); in send_command() localVariable
/aosp12/system/bt/gd/rust/hci/src/
H A Dlib.rs90 cmd_tx: Sender<QueuedCommand>, field