summaryrefslogtreecommitdiff
path: root/src/rust/uwb_uci_packets
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-06-09 21:31:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-06-09 21:31:59 +0000
commit9ef6c0c68c5b1b8ae677e569720024ef1df059bb (patch)
tree7daaa783bdfca5c7ec2734c24d4694c8b4f546e8 /src/rust/uwb_uci_packets
parent17e95813c667eaf690b24402c5a2607c51b5d0c2 (diff)
parentdd9a16e193f5581f67e18d4b3c285b258d6df842 (diff)
downloaduwb-9ef6c0c68c5b1b8ae677e569720024ef1df059bb.tar.gz
Merge "Add UWB test session support"
Diffstat (limited to 'src/rust/uwb_uci_packets')
-rw-r--r--src/rust/uwb_uci_packets/uci_packets.pdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rust/uwb_uci_packets/uci_packets.pdl b/src/rust/uwb_uci_packets/uci_packets.pdl
index cfef0c8..7deb831 100644
--- a/src/rust/uwb_uci_packets/uci_packets.pdl
+++ b/src/rust/uwb_uci_packets/uci_packets.pdl
@@ -428,6 +428,7 @@ enum SessionType: 8 {
FIRA_RANGING_SESSION = 0x00,
FIRA_DATA_TRANSFER = 0x01,
CCC = 0xA0,
+ DEVICE_TEST_MODE = 0xD0,
}
enum MessageType: 3 {
@@ -1341,3 +1342,7 @@ packet UciVendor_E_Notification : UciNotification (group_id = VENDOR_RESERVED_E)
packet UciVendor_F_Notification : UciNotification (group_id = VENDOR_RESERVED_F) {
_payload_,
}
+
+packet TestNotification : UciNotification (group_id = TEST) {
+ _payload_,
+}