diff --git a/tests/trace_replay.py b/tests/trace_replay.py index 5d58f2a4..0ec2d6ac 100755 --- a/tests/trace_replay.py +++ b/tests/trace_replay.py @@ -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