Skip to content

Commit 05db9db

Browse files
committed
CAP: Fix issues with handover tests
Fix various issue with running the CAP handover tests. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 7971d9a commit 05db9db

File tree

5 files changed

+1006
-575
lines changed

5 files changed

+1006
-575
lines changed

autopts/ptsprojects/stack/layers/cap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def __init__(self):
2424
defs.BTP_CAP_EV_UNICAST_STOP_COMPLETED: [],
2525
}
2626

27+
self.local_broadcast_id = 0x123456
28+
2729
def event_received(self, event_type, event_data_tuple):
2830
self.event_queues[event_type].append(event_data_tuple)
2931

0 commit comments

Comments
 (0)