Skip to content

Commit cec8a9d

Browse files
committed
Dispatch Gap::stopPeriodicAdvertising to the right function.
1 parent 376fda5 commit cec8a9d

File tree

1 file changed

+1
-1
lines changed
  • connectivity/FEATURE_BLE/source

1 file changed

+1
-1
lines changed

connectivity/FEATURE_BLE/source/Gap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ ble_error_t Gap::startPeriodicAdvertising(advertising_handle_t handle)
160160

161161
ble_error_t Gap::stopPeriodicAdvertising(advertising_handle_t handle)
162162
{
163-
return impl->stopAdvertising(handle);
163+
return impl->stopPeriodicAdvertising(handle);
164164
}
165165

166166

0 commit comments

Comments
 (0)