Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2401 let cur_a2dp_caps = self.a2dp_caps.get(&addr); in notify_media_capability_updated() localVariable
2408 cur_a2dp_caps.unwrap_or(&Vec::new()).to_vec(), in notify_media_capability_updated()