Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs199 active_profiles: HashMap<ProfileId, ProfileInformation>, field
212 active_profiles: HashMap::new(), in new()
226 for (_, mut profile) in self.active_profiles.drain() { in report_end()
242 let old_profile = self.active_profiles.insert(profile_id, profile); in report_profile_start()
255 .active_profiles in report_profile_end()
379 for (_, profile) in self.active_profiles.iter() { in fmt()