Home
last modified time | relevance | path

Searched defs:device_states (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs473 device_states: Arc<Mutex<HashMap<RawAddress, DeviceConnectionStates>>>, field
2346 let device_states = self.device_states.clone(); in notify_media_capability_updated() localVariable
3527 let device_states = self.device_states.clone(); in connect() localVariable