summaryrefslogtreecommitdiff
path: root/tools/rootcanal
diff options
context:
space:
mode:
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,