Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs349 let a2dp_source = "0000110a-0000-1000-8000-00805f9b34fb"; in test_config() localVariable
352 let a2dp_source_uuid128 = UuidHelper::from_string(a2dp_source).unwrap(); in test_config()
354 let mut allowed_services = vec![a2dp_sink, a2dp_source]; in test_config()