Skip to content

Commit acb4344

Browse files
authored
Merge pull request #14627 from pan-/fix-stop-periodic-advertising
Dispatch Gap::stopPeriodicAdvertising to the right function.
2 parents b7b4ca7 + cec8a9d commit acb4344

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)