Home
last modified time | relevance | path

Searched defs:CommandPacket (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dhidl_hal.rs116 mut cmd_rx: UnboundedReceiver<CommandPacket>, in dispatch_outgoing()
Drootcanal_hal.rs159 mut cmd_rx: UnboundedReceiver<CommandPacket>, in dispatch_outgoing()
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dmod.rs172 cmd_tx: Sender<CommandPacket>, in dispatch()
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/
Dmanager.rs47 fn ingest_hci(&self, command: hci::CommandPacket) { in ingest_hci()