Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs342 let a2dp_source_str = "0000110a-0000-1000-8000-00805f9b34fb"; in test_config() localVariable
345 let a2dp_source_uuid = Uuid::from_string(a2dp_source_str).unwrap(); in test_config()
347 let mut allowed_services_str = vec![a2dp_sink_str, a2dp_source_str]; in test_config()