fix return value

pull/8998/head
paul-szczepanek-arm 2018-12-06 15:04:00 +00:00
parent c83dccf65c
commit d372f16bc4
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ ble_error_t Gap::periodic_advertising_create_sync(
sync_timeout sync_timeout
); );
return BLE_ERROR_INVALID_PARAM; return BLE_ERROR_NONE;
} }
ble_error_t Gap::cancel_periodic_advertising_create_sync() ble_error_t Gap::cancel_periodic_advertising_create_sync()