Update ranging interval from update rates.

PiperOrigin-RevId: 553250662
This commit is contained in:
hai007
2023-08-10 00:37:35 +00:00
committed by Nick Bourdakos
parent 347d10b74f
commit b6459434a2
+1 -1
View File
@@ -117,7 +117,7 @@ message UwbControleeCapabilities {
optional bool is_ranging_interval_reconfigure_supported = 14
[default = false];
repeated int32 supported_slot_durations = 15 [packed = true];
repeated int32 supported_ranging_intervals = 16 [packed = true];
repeated int32 supported_ranging_update_rates = 16 [packed = true];
}
/**