Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 85cf972

Browse files
committed
[TESTS] Add missing break in trace replay
1 parent 8b441de commit 85cf972

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/trace_replay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def find_device(trace):
128128
handle = pkt[bt.HCI_LE_Meta_Connection_Complete].handle
129129
bd_addr = pkt[bt.HCI_LE_Meta_Connection_Complete].paddr
130130
mode = "LE"
131+
break
131132
return mode, bd_addr, handle
132133

133134

0 commit comments

Comments
 (0)