Dispatch Gap::stopPeriodicAdvertising to the right function.

pull/14627/head
Vincent Coubard 2021-05-05 18:32:47 +01:00
parent 376fda5bf5
commit cec8a9dc8c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ ble_error_t Gap::startPeriodicAdvertising(advertising_handle_t handle)
ble_error_t Gap::stopPeriodicAdvertising(advertising_handle_t handle)
{
return impl->stopAdvertising(handle);
return impl->stopPeriodicAdvertising(handle);
}