Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs277 let expected_uuid = Uuid::from([ in test_extract_service_data() localVariable
281 assert_eq!(service_data.get(&expected_uuid), Some(&vec![0xFF])); in test_extract_service_data()
282 let expected_uuid = Uuid::from([ in test_extract_service_data() localVariable
286 assert_eq!(service_data.get(&expected_uuid), Some(&vec![0xFE])); in test_extract_service_data()
287 let expected_uuid = in test_extract_service_data() localVariable
289 assert_eq!(service_data.get(&expected_uuid), Some(&vec![16])); in test_extract_service_data()
290 let expected_uuid = in test_extract_service_data() localVariable
292 assert_eq!(service_data.get(&expected_uuid), Some(&vec![])); in test_extract_service_data()