diff --git a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.h b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.h index 378b06c932..dc40f8b361 100644 --- a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.h +++ b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.h @@ -109,8 +109,7 @@ private: /** * Allocate a new write long request. return null if no requests are available. - * @param connection_handle The connection handle which where the request will - * happen. + * @param connection_handle The connection handle to be associated with the request. * @return the allocated request or NULL if no requests are available. */ long_write_request_t* allocateLongWriteRequest(uint16_t connection_handle);