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.
2 parents b7b4ca7 + cec8a9d commit acb4344Copy full SHA for acb4344
connectivity/FEATURE_BLE/source/Gap.cpp
@@ -160,7 +160,7 @@ ble_error_t Gap::startPeriodicAdvertising(advertising_handle_t handle)
160
161
ble_error_t Gap::stopPeriodicAdvertising(advertising_handle_t handle)
162
{
163
- return impl->stopAdvertising(handle);
+ return impl->stopPeriodicAdvertising(handle);
164
}
165
166
0 commit comments