Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs19 pub enum StateMachineActions { enum
65 ) -> Result<(), SendError<StateMachineActions>> { in start_bluetooth()
69 …async fn stop_bluetooth(&self, hci_interface: i32,) -> Result<(), SendError<StateMachineActions>> { in stop_bluetooth()
80 ) -> Result<(), SendError<StateMachineActions>> { in register_state_change_observer()
88 ) -> Result<(), SendError<StateMachineActions>> { in unregister_state_change_observer()