We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7971d9a commit 05db9dbCopy full SHA for 05db9db
5 files changed
autopts/ptsprojects/stack/layers/cap.py
@@ -24,6 +24,8 @@ def __init__(self):
24
defs.BTP_CAP_EV_UNICAST_STOP_COMPLETED: [],
25
}
26
27
+ self.local_broadcast_id = 0x123456
28
+
29
def event_received(self, event_type, event_data_tuple):
30
self.event_queues[event_type].append(event_data_tuple)
31
0 commit comments