Add slot duration and ranging interval as new ranging capabilities and parameters.

PiperOrigin-RevId: 542637190
This commit is contained in:
hai007
2023-06-22 12:38:27 -07:00
committed by Copybara-Service
parent da678f5b55
commit df1831cfdf
+4
View File
@@ -114,6 +114,10 @@ message UwbControleeCapabilities {
optional bool is_elevation_supported = 11 [default = false];
optional float min_slot_duration_ms = 12 [default = 2.0];
repeated int32 supported_ntf_configs = 13 [packed = true];
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];
}
/**