summaryrefslogtreecommitdiff
path: root/src/rust/uwb_uci_packets
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-03-15 23:48:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-15 23:48:45 +0000
commit3421715b8d9c04edffc4c703c681638b81d3131b (patch)
treea3b768a1536b0a9f646a585eb64746d9568e293c /src/rust/uwb_uci_packets
parent0462102d3855e6c1fa70b6df0a0da41e713e89ec (diff)
parent21b1f83635c6a4d5636ee3cd420fdf756d5d84c0 (diff)
downloaduwb-3421715b8d9c04edffc4c703c681638b81d3131b.tar.gz
Merge "uwb_uci_packets: align missing capabilities"
Diffstat (limited to 'src/rust/uwb_uci_packets')
-rw-r--r--src/rust/uwb_uci_packets/uci_packets.pdl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/uwb_uci_packets/uci_packets.pdl b/src/rust/uwb_uci_packets/uci_packets.pdl
index 78b9aa1..cfb895a 100644
--- a/src/rust/uwb_uci_packets/uci_packets.pdl
+++ b/src/rust/uwb_uci_packets/uci_packets.pdl
@@ -295,6 +295,8 @@ enum CapTlvType : 8 {
SUPPORTED_RANGE_DATA_NTF_CONFIG = 0xE5,
SUPPORTED_RSSI_REPORTING = 0xE6,
SUPPORTED_DIAGNOSTICS = 0xE7,
+ SUPPORTED_MIN_SLOT_DURATION_RSTU = 0xE8,
+ SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xE9,
// CCC specific
CCC_SUPPORTED_CHAPS_PER_SLOT = 0xA0,
@@ -305,6 +307,7 @@ enum CapTlvType : 8 {
CCC_SUPPORTED_UWB_CONFIGS = 0xA5,
CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 0xA6,
CCC_SUPPORTED_RAN_MULTIPLIER = 0xA7,
+ CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xA8,
SUPPORTED_POWER_STATS = 0xC0,
}