Searched refs:TwoWayRangingMeasurement (Results 1 – 2 of 2) sorted by relevance
566 struct TwoWayRangingMeasurement { struct583 impl From<ShortAddressTwoWayRangingMeasurement> for TwoWayRangingMeasurement { implementation585 TwoWayRangingMeasurement { in from()604 impl From<ExtendedAddressTwoWayRangingMeasurement> for TwoWayRangingMeasurement { implementation606 TwoWayRangingMeasurement { in from()648 m.into_iter().map(TwoWayRangingMeasurement::from).collect::<Vec<_>>(), in try_from()652 m.into_iter().map(TwoWayRangingMeasurement::from).collect::<Vec<_>>(), in try_from()
71 struct TwoWayRangingMeasurement { struct100 impl From<ShortAddressTwoWayRangingMeasurement> for TwoWayRangingMeasurement { argument102 TwoWayRangingMeasurement { in from()121 impl From<ExtendedAddressTwoWayRangingMeasurement> for TwoWayRangingMeasurement { implementation123 TwoWayRangingMeasurement { in from()682 measurements: Vec<TwoWayRangingMeasurement>, in on_two_way_range_data_notification() argument917 v.into_iter().map(TwoWayRangingMeasurement::from).collect::<Vec<_>>() in on_session_two_way_range_data_notification()920 v.into_iter().map(TwoWayRangingMeasurement::from).collect::<Vec<_>>() in on_session_two_way_range_data_notification()1399 let measurement = TwoWayRangingMeasurement::from(short_address_measurement.clone()); in test_get_two_way_ranigng_measurement_from_short_address_two_way_ranging_measurement()1449 let measurement = TwoWayRangingMeasurement::from(extended_address_measurement.clone()); in test_get_two_way_ranigng_measurement_from_extended_address_two_way_ranging_measurement()