Skip to content

Commit c59e057

Browse files
committed
Fix documentation of function allocateLongWriteRequest.
1 parent 969c630 commit c59e057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ class nRF5xGattServer : public GattServer
109109

110110
/**
111111
* Allocate a new write long request. return null if no requests are available.
112-
* @param connection_handle The connection handle which where the request will
113-
* happen.
112+
* @param connection_handle The connection handle to be associated with the request.
114113
* @return the allocated request or NULL if no requests are available.
115114
*/
116115
long_write_request_t* allocateLongWriteRequest(uint16_t connection_handle);

0 commit comments

Comments
 (0)