Searched refs:a2dp_caps (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 355 pub a2dp_caps: Vec<A2dpCodecConfig>, field 364 a2dp_caps: Vec<A2dpCodecConfig>, in new() 368 Self { address, name, a2dp_caps, hfp_cap, absolute_volume } in new() 466 a2dp_caps: HashMap<RawAddress, Vec<A2dpCodecConfig>>, field 531 a2dp_caps: HashMap::new(), in new() 1238 self.a2dp_caps.remove(&addr); in dispatch_a2dp_callbacks() 1251 A2dpCallbacks::AudioConfig(addr, _config, _local_caps, a2dp_caps) => { in dispatch_a2dp_callbacks() 1252 debug!("[{}]: a2dp updated audio config: {:?}", DisplayAddress(&addr), a2dp_caps); in dispatch_a2dp_callbacks() 1253 self.a2dp_caps.insert(addr, a2dp_caps); in dispatch_a2dp_callbacks() 2401 let cur_a2dp_caps = self.a2dp_caps.get(&addr); in notify_media_capability_updated() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 51 a2dp_caps: Vec<A2dpCodecConfig>, field
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 454 a2dp_caps: Vec<A2dpCodecConfig>, field
|