Skip to content

Commit e5bef89

Browse files
simplify call
1 parent 3b515e4 commit e5bef89

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

features/FEATURE_BLE/source/generic/GenericGap.tpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,11 +1613,7 @@ void GenericGap<PalGapImpl, PalSecurityManager, ConnectionEventMonitorEventHandl
16131613
_event_queue.post(
16141614
mbed::callback(
16151615
this,
1616-
&GenericGap<
1617-
PalGapImpl,
1618-
PalSecurityManager,
1619-
ConnectionEventMonitorEventHandler
1620-
>::process_legacy_scan_timeout
1616+
&GenericGap::process_legacy_scan_timeout
16211617
)
16221618
);
16231619
} else {

0 commit comments

Comments
 (0)