Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs291 fn get_hci_index_from_pid_path(path: &str) -> Option<VirtualHciIndex> { in get_hci_index_from_pid_path() function
809 get_hci_index_from_pid_path(&fname), in mainloop()
872 if let Some(hci) = get_hci_index_from_pid_path(&fname) { in mainloop()
2187 get_hci_index_from_pid_path("/var/run/bluetooth/bluetooth0.pid"), in path_to_pid()
2191 get_hci_index_from_pid_path("/var/run/bluetooth/bluetooth1.pid"), in path_to_pid()
2195 get_hci_index_from_pid_path("/var/run/bluetooth/bluetooth10.pid"), in path_to_pid()
2198 assert_eq!(get_hci_index_from_pid_path("/var/run/bluetooth/garbage"), None); in path_to_pid()