Searched refs:get_real_hci_by_virtual_id (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | state_machine.rs | 1186 pub(crate) fn get_real_hci_by_virtual_id(&self, hci_id: VirtualHciIndex) -> RealHciIndex { in get_real_hci_by_virtual_id() method 1404 self.process_manager.start(hci, self.get_real_hci_by_virtual_id(hci)); in action_start_bluetooth() 1429 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_stop_bluetooth() 1456 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_restart_bluetooth() 1491 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_bluetooth_started() 1524 self.process_manager.start(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_bluetooth_stopped() 1559 self.process_manager.start(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_bluetooth_stopped() 1592 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_command_timeout() 1629 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_command_timeout() 1630 self.process_manager.start(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_command_timeout() [all …]
|