Skip to content

Commit 78b3b8a

Browse files
fix report being returned prematurely because of lack of early return in signal report
1 parent 0547919 commit 78b3b8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

connectivity/FEATURE_BLE/source/generic/GapImpl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,6 +2690,8 @@ void Gap::signal_advertising_report(
26902690
}
26912691
}
26922692
}
2693+
2694+
return;
26932695
}
26942696
#else
26952697
/* filter out unresolved address if at least one bond exists */

0 commit comments

Comments
 (0)