Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs62 classic_enabled: AtomicBool, field
102 self.classic_enabled.store(true, Ordering::SeqCst); in reset()
118 state: self.classic_enabled.load(Ordering::SeqCst).into(), in get()
137 patch_state(&self.classic_enabled, chip.bt().classic.state, id, false); in patch()
187 classic_enabled: AtomicBool::new(true), in new()