Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs472 connected_profiles: HashMap<RawAddress, HashSet<Profile>>, field
2288 let connected_profiles = self.connected_profiles.get(&addr).unwrap(); in notify_media_capability_updated() localVariable
3394 let connected_profiles = self.connected_profiles.entry(addr).or_insert_with(HashSet::new); in connect() localVariable
3560 let connected_profiles = match self.connected_profiles.get(&addr) { in disconnect() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs560 let connected_profiles: Vec<(Profile, ProfileConnectionState)> = supported_profiles in cmd_adapter() localVariable