Skip to content

Commit

Permalink
[TESTS] Add missing break in trace replay
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Apr 24, 2024
1 parent 8b441de commit 85cf972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trace_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def find_device(trace):
handle = pkt[bt.HCI_LE_Meta_Connection_Complete].handle
bd_addr = pkt[bt.HCI_LE_Meta_Connection_Complete].paddr
mode = "LE"
break
return mode, bd_addr, handle


Expand Down

0 comments on commit 85cf972

Please sign in to comment.