Typing helper

This commit is contained in:
Josh Wu
2023-11-27 16:10:01 +08:00
parent f0e5cdee1a
commit f3cd8f8ed0
3 changed files with 79 additions and 42 deletions

View File

@@ -5296,6 +5296,10 @@ class HCI_Disconnection_Complete_Event(HCI_Event):
See Bluetooth spec @ 7.7.5 Disconnection Complete Event
'''
status: int
connection_handle: int
reason: int
# -----------------------------------------------------------------------------
@HCI_Event.event([('status', STATUS_SPEC), ('connection_handle', 2)])