Home
last modified time | relevance | path

Searched defs:uci_packet (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/src/
H A Dlib.rs1131 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_multicast_update_packet() localVariable
1162 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_multicast_update_packet_v2_short_session_key() localVariable
1196 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_multicast_update_packet_v2_long_session_key() localVariable
1427 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_data_transfer_phase_config_cmd() localVariable
1458 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_session_set_hybrid_controller_config_cmd_short_address() localVariable
1494 let uci_packet = packet_fragments[0].encode_to_vec(); in test_build_session_set_hybrid_controller_config_cmd_extended_address() localVariable
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dpcapng_block.rs341 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
/aosp_15_r20/external/rust/pica/src/
Dlib.rs518 fn uci_packet(&mut self, device_handle: usize, packet: Vec<u8>) { in uci_packet() method