Home
last modified time | relevance | path

Searched refs:LinuxSnoopReader (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs176 pub struct LinuxSnoopReader<'a> { struct
180 impl<'a> LinuxSnoopReader<'a> { impl
182 LinuxSnoopReader { fd } in new()
186 impl<'a> Iterator for LinuxSnoopReader<'a> { implementation
273 pub fn get_snoop_iterator(&mut self) -> Option<LinuxSnoopReader> { in get_snoop_iterator() argument
279 Some(LinuxSnoopReader::new(Box::new(BufReader::new(&mut self.fd)))) in get_snoop_iterator()