Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs582 fn handle_timeout_action(&mut self, hci: VirtualHciIndex, action: CommandTimeoutAction) { in handle_timeout_action()
1031 enum CommandTimeoutAction { enum
1265 pub fn action_start_bluetooth(&mut self, hci: VirtualHciIndex) -> CommandTimeoutAction { in action_start_bluetooth()
1288 pub fn action_stop_bluetooth(&mut self, hci: VirtualHciIndex) -> CommandTimeoutAction { in action_stop_bluetooth()
1318 ) -> CommandTimeoutAction { in action_on_bluetooth_started()
1335 pub fn action_on_bluetooth_stopped(&mut self, hci: VirtualHciIndex) -> CommandTimeoutAction { in action_on_bluetooth_stopped()