Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs139 audio_reconnect_list: Vec<BluetoothDevice>, field
163 audio_reconnect_list: Vec::new(), in new()
198 self.audio_reconnect_list.clear(); in audio_reconnect_complete()
241 if self.audio_reconnect_list.is_empty() { in suspend()
242 self.audio_reconnect_list = self.get_connected_audio_devices(); in suspend()
320 if !self.audio_reconnect_list.is_empty() { in resume()
321 let reconnect_list = self.audio_reconnect_list.clone(); in resume()