summaryrefslogtreecommitdiff
path: root/tools/rootcanal
diff options
context:
space:
mode:
author Archie Pusaka <apusaka@chromium.org> 2024-10-22 17:21:08 +0800
committer Archie Pusaka <apusaka@google.com> 2024-10-23 19:04:04 +0800
commitd86585a62f65cd989a9465d1522a7a18139196d2 (patch)
tree8cd0e54d47029c25c7ddafa30670e7a6e3874b02 /tools/rootcanal
parent9325c3793064f725711d040b1accbfdeaba1057f (diff)
RootCanal: Add Authenticated Payload Timeout Expired event
This already exists on system/pdl/hci/hci_packets.pdl. Bug: 289858128 Test: m -j Flag: EXEMPT, tooling change Change-Id: Iaeb06fa41714743c2e65f2efd632cfd5646c91ca
Diffstat (limited to 'tools/rootcanal')
-rw-r--r--tools/rootcanal/packets/hci_packets.pdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/rootcanal/packets/hci_packets.pdl b/tools/rootcanal/packets/hci_packets.pdl
index ec34b4da0f..db7c51d294 100644
--- a/tools/rootcanal/packets/hci_packets.pdl
+++ b/tools/rootcanal/packets/hci_packets.pdl
@@ -749,6 +749,7 @@ enum EventCode : 8 {
REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION = 0x3D,
LE_META_EVENT = 0x3e,
NUMBER_OF_COMPLETED_DATA_BLOCKS = 0x48,
+ AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED = 0x57,
ENCRYPTION_CHANGE_V2 = 0x59,
VENDOR_SPECIFIC = 0xFF,
}
@@ -5134,6 +5135,11 @@ packet NumberOfCompletedDataBlocks : Event (event_code = NUMBER_OF_COMPLETED_DAT
_payload_, // placeholder (unimplemented)
}
+packet AuthenticatedPayloadTimeoutExpired : Event (event_code = AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED) {
+ connection_handle : 12,
+ _reserved_ : 4,
+}
+
// LE Events
packet LeConnectionComplete : LeMetaEvent (subevent_code = CONNECTION_COMPLETE) {
status : ErrorCode,