Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs43 fn ingest_hci(&self, command: hci::CommandPacket) { in ingest_hci() method
232 pub fn ingest_hci(&self, command: hci::CommandPacket) -> Result<(), LinkManagerError> { in ingest_hci() method