Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs1782 const ALT_ADAPTER: VirtualHciIndex = VirtualHciIndex(1); constant
1860 state_machine.action_on_hci_presence_changed(ALT_ADAPTER, true); in turningon_bluetooth_different_hci_started()
1862 state_machine.action_start_bluetooth(ALT_ADAPTER); in turningon_bluetooth_different_hci_started()
1863 state_machine.action_on_bluetooth_started(1, ALT_ADAPTER); in turningon_bluetooth_different_hci_started()
1864 assert_eq!(state_machine.get_process_state(ALT_ADAPTER), ProcessState::On); in turningon_bluetooth_different_hci_started()