Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs22 BluetoothStarted(i32, i32), // PID and HCI enumerator
127 StateMachineActions::BluetoothStarted(pid, hci) => { in mainloop()
174 … context.tx.send(StateMachineActions::BluetoothStarted(pid, hci)).await; in mainloop()