Searched defs:CommandPacket (Results 1 – 4 of 4) sorted by relevance
116 mut cmd_rx: UnboundedReceiver<CommandPacket>, in dispatch_outgoing()
159 mut cmd_rx: UnboundedReceiver<CommandPacket>, in dispatch_outgoing()
172 cmd_tx: Sender<CommandPacket>, in dispatch()
47 fn ingest_hci(&self, command: hci::CommandPacket) { in ingest_hci()