mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Modify UwbControleeCapabilities to support multi-chip environment.
PiperOrigin-RevId: 557244065
This commit is contained in:
committed by
Copybara-Service
parent
eb4a37084b
commit
bf78f30792
@@ -118,6 +118,14 @@ message UwbControleeCapabilities {
|
||||
[default = false];
|
||||
repeated int32 supported_slot_durations = 15 [packed = true];
|
||||
repeated int32 supported_ranging_update_rates = 16 [packed = true];
|
||||
optional int32 chip_count = 17 [default = 1];
|
||||
repeated UwbMultiChipInfo multi_chip_info = 18;
|
||||
}
|
||||
|
||||
/* A frame containing info needed per chip in a multi-chip environment. */
|
||||
message UwbMultiChipInfo {
|
||||
optional bytes controlee_address = 1;
|
||||
optional string chip_id = 2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user