Home
last modified time | relevance | path

Searched defs:RealHciIndex (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs76 pub struct RealHciIndex(pub i32); struct
77 impl RealHciIndex { implementation
82 impl Display for RealHciIndex { implementation
265 fn get_hci_index_from_pid_path(path: &str) -> Option<RealHciIndex> { in get_hci_index_from_pid_path()
990 pub fn new(devpath: DevPath, real_hci: RealHciIndex, virt_hci: VirtualHciIndex) -> Self { in new()
1068 pub(crate) fn get_real_hci_by_virtual_id(&self, hci_id: VirtualHciIndex) -> RealHciIndex { in get_real_hci_by_virtual_id()
1105 real_hci: RealHciIndex, in get_next_virtual_id()
1128 real_hci: RealHciIndex, in get_updated_virtual_id()
1228 fn reset_hci(&mut self, hci: RealHciIndex) { in reset_hci()