Searched refs:get_shortest_slice (Results 1 – 2 of 2) sorted by relevance
531 pub fn get_shortest_slice(&self) -> &[u8] { in get_shortest_slice() method1626 assert_eq!(uuid_16.get_shortest_slice(), [0xfe, 0xf3]); in test_get_shortest_slice()1629 assert_eq!(uuid_32.get_shortest_slice(), [0x00, 0x11, 0x22, 0x33]); in test_get_shortest_slice()1633 uuid_128.get_shortest_slice(), in test_get_shortest_slice()
277 let uuid_slice = uuid.get_shortest_slice();307 let uuid_slice = uuid.get_shortest_slice(); in append_service_data()