We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e509f4 commit 34c75ffCopy full SHA for 34c75ff
connectivity/FEATURE_BLE/source/generic/GapImpl.cpp
@@ -2863,7 +2863,7 @@ void Gap::on_advertising_set_started(const mbed::Span<const uint8_t>& handles)
2863
_adv_started_from_refresh.clear(handle);
2864
} else if (_event_handler) {
2865
_event_handler->onAdvertisingStart(
2866
- AdvertisingStartEvent(LEGACY_ADVERTISING_HANDLE)
+ AdvertisingStartEvent(handle)
2867
);
2868
}
2869
0 commit comments