Home
last modified time | relevance | path

Searched refs:nlos (Results 1 – 10 of 10) sorted by relevance

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs485 nlos: 0, in test_ranging_measurements_trait()
547 nlos: 0, in test_session_notification_casting_from_extended_mac_two_way_session_info_ntf()
598 nlos: 0, in test_session_notification_casting_from_short_mac_two_way_session_info_ntf()
648 nlos: 0, in test_session_notification_casting_from_extended_mac_owr_aoa_session_info_ntf()
694 nlos: 0, in test_session_notification_casting_from_short_mac_owr_aoa_session_info_ntf()
/external/uwb/src/rust/uwb_uci_packets/src/
Dlib.rs77 pub nlos: u8, field
103 let nlos = extract_u8(bytes, &mut ptr, 1)?; in parse_one() localVariable
139 nlos, in parse_one()
1059 assert_eq!(measurement_1.nlos, 0x09); in test_short_dltdoa_ranging_measurement()
1089 assert_eq!(measurement_2.nlos, 0x09); in test_short_dltdoa_ranging_measurement()
1141 assert_eq!(measurement.nlos, 0x09); in test_extended_dltdoa_ranging_measurement()
/external/uwb/src/rust/uwb_core/src/proto/
Dmappings.rs716 result.set_nlos(item.nlos.into()); in from()
737 result.set_nlos(item.nlos.into()); in from()
758 result.set_nlos(item.nlos.into()); in from()
774 result.set_nlos(item.nlos.into()); in from()
797 result.set_nlos(item.measurement.nlos.into()); in from()
836 result.set_nlos(item.measurement.nlos.into()); in from()
/external/uwb/src/rust/uwb_core/protos/
Duwb_service.proto430 uint32 nlos = 3; field
449 uint32 nlos = 3; field
466 uint32 nlos = 6; field
/external/uwb/src/rust/uwb_uci_packets/
Duci_packets.pdl1008 nlos: 8,
1030 nlos: 8,
1048 nlos: 8,
1060 nlos: 8,
/external/rust/pica/src/
Duci_packets.pdl679 nlos: 8,
696 nlos: 8,
Dlib.rs414 nlos: 0, // in Line Of Sight in ranging()
Duci_packets.rs1604 pub nlos: u8, field
1656 let nlos = u8::from_le_bytes([bytes[3]]); in parse() localVariable
1750 nlos, in parse()
1768 let nlos = self.nlos; in write_to() localVariable
1769 buffer[3..4].copy_from_slice(&nlos.to_le_bytes()[0..1]); in write_to()
1802 pub nlos: u8, field
1856 let nlos = u8::from_le_bytes([bytes[9]]); in parse() localVariable
1950 nlos, in parse()
1968 let nlos = self.nlos; in write_to() localVariable
1969 buffer[9..10].copy_from_slice(&nlos.to_le_bytes()[0..1]); in write_to()
/external/uwb/src/rust/uwb_core/src/session/
Dsession_manager.rs491 nlos: 0, in session_range_data()
/external/rust/pica/scripts/
Duci_packets.py1667 nlos: int
1715 nlos: int