Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs489 let a2dp_source_uuid = Uuid::from_string(a2dp_source_str).unwrap(); in test_config() localVariable
493 let mut allowed_services_uuid = vec![a2dp_sink_uuid, a2dp_source_uuid]; in test_config()