Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs683 if context.state_machine.has_queued_present(hci) { in mainloop()
685 a.has_queued_present = false; in mainloop()
774 a.has_queued_present = queue_present; in mainloop()
913 if context.state_machine.has_queued_present(hci) { in mainloop()
915 a.has_queued_present = false; in mainloop()
1093 pub has_queued_present: bool, field
1110 has_queued_present: false, in new()
1319 fn has_queued_present(&self, hci: VirtualHciIndex) -> bool { in has_queued_present() method
1320 self.get_state(hci, |a: &AdapterState| Some(a.has_queued_present)).unwrap_or(false) in has_queued_present()
Dbluetooth_manager.rs191 .filter(|a| !a.has_queued_present) in get_available_adapters()