mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Add slot duration and ranging interval as new ranging capabilities and parameters.
PiperOrigin-RevId: 542637190
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user