Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs122 match context.state_machine.action_stop_bluetooth(i) { in mainloop()
319 pub fn action_stop_bluetooth(&mut self, hci_interface: i32) -> bool { in action_stop_bluetooth() function
458 state_machine.action_stop_bluetooth(0); in off_turnoff_should_noop()
514 state_machine.action_stop_bluetooth(0); in turningon_turnoff_should_turningoff_and_send_command()
527 state_machine.action_stop_bluetooth(0); in on_turnoff_should_turningoff_and_send_command()
552 state_machine.action_stop_bluetooth(0); in turningoff_bluetooth_down_should_off()
566 state_machine.action_stop_bluetooth(0); in restart_bluetooth()