mirror of https://github.com/ARMmbed/mbed-os.git
Dispatch Gap::stopPeriodicAdvertising to the right function.
parent
376fda5bf5
commit
cec8a9dc8c
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue