Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs65 fn patch_state( in patch_state() function
136 patch_state(&self.low_energy_enabled, chip.bt().low_energy.state, id, true); in patch()
137 patch_state(&self.classic_enabled, chip.bt().classic.state, id, false); in patch()
Duwb.rs96 if let Some(patch_state) = chip.uwb().state { in patch()
97 self.state.store(patch_state, Ordering::SeqCst); in patch()