Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs746 context.state_machine.action_on_hci_presence_changed(hci, *present); in mainloop()
1649 pub fn action_on_hci_presence_changed( in action_on_hci_presence_changed() method
1816 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in off_turnon_should_turningon()
1831 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in turningon_turnon_again_resends_start()
1847 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in turningon_bluetooth_started()
1860 state_machine.action_on_hci_presence_changed(ALT_ADAPTER, true); in turningon_bluetooth_different_hci_started()
1877 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in turningon_timeout()
1894 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in turningon_turnoff_should_noop()
1909 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in on_turnoff_should_turningoff_and_send_command()
1927 state_machine.action_on_hci_presence_changed(DEFAULT_ADAPTER, true); in on_bluetooth_stopped_multicase()
[all …]