@@ -184,7 +184,7 @@ extern void coap_service_close_secure_connection(int8_t service_id, uint8_t dest
184
184
* \param destination_addr_ptr Receiver IPv6 address.
185
185
* \param port Receiver port number.
186
186
* \param *data_ptr Pointer to the data.
187
- * \param data_len Lenght of the data.
187
+ * \param data_len Length of the data.
188
188
*
189
189
* \return 0 for success / -1 for failure
190
190
*/
@@ -199,7 +199,7 @@ typedef int coap_service_virtual_socket_send_cb(int8_t service_id, uint8_t desti
199
199
* \param source_addr_ptr Receiver IPv6 address.
200
200
* \param port Receiver port number.
201
201
* \param *data_ptr Pointer to the data
202
- * \param data_len Lenght of the data
202
+ * \param data_len Length of the data
203
203
*
204
204
* \return 0 for success / -1 for failure
205
205
*/
@@ -257,7 +257,7 @@ extern int8_t coap_service_unregister_uri(int8_t service_id, const char *uri);
257
257
* \param *uri Uri address.
258
258
* \param cont_type Content type can be found from sn_coap_header.
259
259
* \param payload_ptr Pointer to message content.
260
- * \param payload_len Lenght of the message.
260
+ * \param payload_len Length of the message.
261
261
* \param *request_response_cb Callback to inform result of the request.
262
262
*
263
263
* \return msg_id Id number of the current message.
@@ -276,7 +276,7 @@ extern uint16_t coap_service_request_send(int8_t service_id, uint8_t options, co
276
276
* \param message_code Message code can be found from sn_coap_header.
277
277
* \param content_type Content type can be found from sn_coap_header.
278
278
* \param payload_ptr Pointer to message content.
279
- * \param payload_len Lenght of the message.
279
+ * \param payload_len Length of the message.
280
280
*
281
281
* \return -1 For failure
282
282
*- 0 For success
@@ -295,7 +295,7 @@ extern int8_t coap_service_response_send(int8_t service_id, uint8_t options, sn_
295
295
* \param message_code Message code can be found from sn_coap_header.
296
296
* \param content_type Content type can be found from sn_coap_header.
297
297
* \param payload_ptr Pointer to message content.
298
- * \param payload_len Lenght of the message.
298
+ * \param payload_len Length of the message.
299
299
*
300
300
* \return -1 For failure
301
301
*- 0 For success
0 commit comments