Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs55 fn ingest_hci(&self, command: hci::Command) { in ingest_hci() method
244 pub fn ingest_hci(&self, command: hci::Command) -> Result<(), LinkManagerError> { in ingest_hci() method
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Dmanager.rs79 pub fn ingest_hci(&mut self, packet: hci::Command) -> Result<(), LinkLayerError> { in ingest_hci() method