Searched refs:allowed_services_uuid (Results 1 – 1 of 1) sorted by relevance
349 let mut allowed_services_uuid = vec![a2dp_sink_uuid, a2dp_source_uuid]; in test_config() localVariable352 allowed_services_uuid.sort_by(|lhs, rhs| lhs.uu.cmp(&rhs.uu)); in test_config()361 assert_eq!(get_sorted_allowed_services(&admin), allowed_services_uuid); in test_config()370 assert_eq!(get_sorted_allowed_services(&admin), allowed_services_uuid); in test_config()