mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
add att to event generator
This commit is contained in:
parent
10cad10245
commit
fb6e27a3e6
@ -237,7 +237,7 @@ def create_events(events):
|
||||
for event_type, event_name, format, args in events:
|
||||
parts = event_name.split("_")
|
||||
event_group = parts[0]
|
||||
if not event_group in [ 'BTSTACK', 'GAP', 'HCI', 'HSP', 'HFP', 'SDP', 'ANCS', 'SM', 'L2CAP', 'RFCOMM', 'GATT', 'BNEP']:
|
||||
if not event_group in [ 'BTSTACK', 'GAP', 'HCI', 'HSP', 'HFP', 'SDP', 'ANCS', 'SM', 'L2CAP', 'RFCOMM', 'GATT', 'BNEP', 'ATT']:
|
||||
print("// %s " % event_name)
|
||||
continue
|
||||
print(event_name)
|
||||
|
Loading…
Reference in New Issue
Block a user