Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/params/
Duci_packets.rs275 pub uci_version: u16, field
/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager.rs2042 let uci_version = 0x1234; in test_core_get_device_info_ok() localVariable
4166 let uci_version = 0x1001; in test_data_packet_send_fragmented_packet_ok_fira_v1_uwbs_max_data_payload_size() localVariable
4183 let uci_version = 0x2002; // UCI version: Fira 2.x in test_data_packet_send_fragmented_packet_ok_fira_v2_uwbs_max_data_payload_size() localVariable
/external/rust/pica/py/pica/pica/packets/
Duci.py1756 uci_version: int = field(kw_only=True, default=0) variable in CoreGetDeviceInfoRsp