Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs247 new_uuids: Vec<Uuid>, in on_device_uuid_changed()
249 let new_effect = self.new_device_policy_effect(Some(new_uuids)); in on_device_uuid_changed()
265 let new_uuids = in handle_action() localVariable
267 self.on_device_uuid_changed(&remote_device, new_uuids); in handle_action()
Dbluetooth.rs418 BluetoothProperty::Uuids(new_uuids) => { in update_properties()
424 for uuid in new_uuids { in update_properties()
1337 let mut new_uuids: Vec<Uuid> = vec![]; in check_new_property_and_potentially_connect_profiles() localVariable
1340 new_uuids.extend(value); in check_new_property_and_potentially_connect_profiles()
1343 if new_uuids.is_empty() { in check_new_property_and_potentially_connect_profiles()
1350 new_uuids.retain(|uuid| !current_uuids.contains(uuid)); in check_new_property_and_potentially_connect_profiles()
1352 let profile_known_and_supported = new_uuids.iter().any(|uuid| { in check_new_property_and_potentially_connect_profiles()
1366 .send(Message::AdapterActions(AdapterActions::ConnectProfiles(new_uuids, device))) in check_new_property_and_potentially_connect_profiles()