summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathieu Mandret <mathieu.mandret@qorvo.com>2022-03-15 16:15:18 +0100
committerRoshan Pius <rpius@google.com>2022-03-15 16:09:18 +0000
commitce273bbea6112268fd90fdfc900d42929e9dd923 (patch)
tree4f6ecff02e2646ef64aaaad58a609f33c6ab3b21 /src
parent417f09b423dd0595bdaecda10fd12ed27a8edbaf (diff)
downloaduwb-ce273bbea6112268fd90fdfc900d42929e9dd923.tar.gz
Add vendor UCI statuses for CCC
Bug: 222291913 Test: Compiles Signed-off-by: Mathieu Mandret <mathieu.mandret@qorvo.com> Change-Id: Id81d57685ca4fbd39fc0c577a3cf2db7bfa82a04
Diffstat (limited to 'src')
-rw-r--r--src/rust/uci_packets.pdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rust/uci_packets.pdl b/src/rust/uci_packets.pdl
index ff0add9..3f0e95f 100644
--- a/src/rust/uci_packets.pdl
+++ b/src/rust/uci_packets.pdl
@@ -94,6 +94,10 @@ enum StatusCode : 8 {
// UWB Data Session Specific Status Codes
UCI_STATUS_DATA_MAX_TX_PSDU_SIZE_EXCEEDED = 0x30,
UCI_STATUS_DATA_RX_CRC_ERROR = 0x31,
+
+ // Vendor Specific Status Codes
+ UCI_STATUS_ERROR_CCC_SE_BUSY = 0x50,
+ UCI_STATUS_ERROR_CCC_LIFECYCLE = 0x51,
}
enum ResetConfig : 8 {