Home
last modified time | relevance | path

Searched refs: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
27 tx: mpsc::Sender<StateMachineActions>,
28 rx: mpsc::Receiver<StateMachineActions>,
37 let (tx, rx) = mpsc::channel::<StateMachineActions>(1); in new()
56 tx: mpsc::Sender<StateMachineActions>,
65 ) -> Result<(), SendError<StateMachineActions>> { in start_bluetooth() argument
80 ) -> Result<(), SendError<StateMachineActions>> { in register_state_change_observer() argument
88 ) -> Result<(), SendError<StateMachineActions>> { in unregister_state_change_observer() argument
113 StateMachineActions::StartBluetooth(i) => { in mainloop()
121 StateMachineActions::StopBluetooth(i) => { in mainloop()
[all …]