Searched refs:ingest_hci (Results 1 – 3 of 3) 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() method252 link.ingest_hci(command); in ingest_hci()
165 lm.ingest_hci(packet).is_ok() in link_manager_ingest_hci()295 ll.ingest_hci(packet).is_ok() in link_layer_ingest_hci()
79 pub fn ingest_hci(&mut self, packet: hci::Command) -> Result<(), LinkLayerError> { in ingest_hci() method