Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs508 pub fn get_shortest_slice(&self) -> &[u8] { in get_shortest_slice() method
1621 assert_eq!(uuid_16.get_shortest_slice(), [0xfe, 0xf3]); in test_get_shortest_slice()
1624 assert_eq!(uuid_32.get_shortest_slice(), [0x00, 0x11, 0x22, 0x33]); in test_get_shortest_slice()
1628 uuid_128.get_shortest_slice(), in test_get_shortest_slice()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs274 let uuid_slice = uuid.get_shortest_slice();
304 let uuid_slice = uuid.get_shortest_slice(); in append_service_data()