Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs2130 let uuid_128 = Uuid::from_string("00010203-0405-0607-0809-0a0b0c0d0e0f").unwrap(); in test_append_service_uuids() localVariable
2131 let uuids = vec![uuid_128.clone()]; in test_append_service_uuids()
2139 let uuids = vec![uuid_16, uuid_32, uuid_128]; in test_append_service_uuids()
2148 let uuids = vec![uuid_16, uuid_128, uuid_16_2, uuid_32]; in test_append_service_uuids()
2161 let uuid_128 = Uuid::from_string("00010203-0405-0607-0809-0a0b0c0d0e0f").unwrap(); in test_append_solicit_uuids() localVariable
2162 let uuids = vec![uuid_16, uuid_32, uuid_128]; in test_append_solicit_uuids()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1626 let uuid_128 = Uuid::from_string("00112233-4455-6677-8899-aabbccddeeff").unwrap(); in test_get_shortest_slice() localVariable
1628 uuid_128.get_shortest_slice(), in test_get_shortest_slice()