Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/core/
Duuid.rs24 fn new_from_le_bytes(mut bytes: [u8; 16]) -> Self { in new_from_le_bytes() method
45 _ => Self::new_from_le_bytes( in try_from()
60 Self::new_from_le_bytes( in from()
151 let expected = Uuid::new_from_le_bytes(data); in test_uuid_from_128_fixed_view()
177 let expected = Uuid::new_from_le_bytes(data); in test_uuid_from_128_view()