Searched defs:ingest_hci (Results 1 – 2 of 2) sorted by relevance
55 fn ingest_hci(&self, command: hci::Command) { in ingest_hci() method244 pub fn ingest_hci(&self, command: hci::Command) -> Result<(), LinkManagerError> { in ingest_hci() method
79 pub fn ingest_hci(&mut self, packet: hci::Command) -> Result<(), LinkLayerError> { in ingest_hci() method