Home
last modified time | relevance | path

Searched refs:ingest_hci (Results 1 – 3 of 3) 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
252 link.ingest_hci(command); in ingest_hci()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs165 lm.ingest_hci(packet).is_ok() in link_manager_ingest_hci()
295 ll.ingest_hci(packet).is_ok() in link_layer_ingest_hci()
/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