We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969c630 commit c59e057Copy full SHA for c59e057
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.h
@@ -109,8 +109,7 @@ class nRF5xGattServer : public GattServer
109
110
/**
111
* 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.
+ * @param connection_handle The connection handle to be associated with the request.
114
* @return the allocated request or NULL if no requests are available.
115
*/
116
long_write_request_t* allocateLongWriteRequest(uint16_t connection_handle);
0 commit comments