Searched refs:found_devices (Results 1 – 3 of 3) sorted by relevance
78 pub(crate) found_devices: HashMap<String, BluetoothDevice>, field191 found_devices: HashMap::new(), in new()318 self.found_devices.keys().map(|key| String::from(key)).collect::<Vec<String>>(), in get_devices()323 .filter(|key| !self.found_devices.contains_key(&String::from(*key))) in get_devices()
167 .found_devices in on_device_found()179 match self.context.lock().unwrap().found_devices.remove(&remote_device.address.to_string()) in on_device_cleared()
2065 for (key, val) in self.lock_context().found_devices.iter() { in cmd_list_devices()