Searched defs:uci_packet (Results 1 – 3 of 3) sorted by relevance
| /external/uwb/src/rust/uwb_core/src/uci/ |
| D | pcapng_block.rs | 341 let uci_packet: Vec<u8> = vec![0x41, 0x03, 0x00, 0x02, 0x00, 0x00]; in test_padded_enhanced_packet_build() localVariable 369 let uci_packet: Vec<u8> = vec![0x41, 0x03, 0x00, 0x04, 0x01, 0x01, 0x01, 0x00]; in test_aligned_enhanced_packet_build() localVariable 396 let uci_packet: Vec<u8> = vec![0x41, 0x03, 0x00, 0x02, 0x00, 0x00]; in test_truncated_enhanced_packet_build() localVariable
|
| /external/uwb/src/rust/uwb_uci_packets/src/ |
| D | lib.rs | 1079 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_multicast_update_packet() localVariable 1110 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_multicast_update_packet_v2_short_session_key() localVariable 1144 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_multicast_update_packet_v2_long_session_key() localVariable 1382 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_data_transfer_phase_config_cmd() localVariable
|
| /external/rust/pica/src/ |
| D | lib.rs | 518 fn uci_packet(&mut self, device_handle: usize, packet: Vec<u8>) { in uci_packet() method
|