ccollins476ad closed pull request #156: nimble/host: Fix 
ble_gattc_indicate_custom comment
URL: https://github.com/apache/mynewt-nimble/pull/156
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/nimble/host/include/host/ble_gatt.h 
b/nimble/host/include/host/ble_gatt.h
index 89be1c98..c4d87da6 100644
--- a/nimble/host/include/host/ble_gatt.h
+++ b/nimble/host/include/host/ble_gatt.h
@@ -488,8 +488,9 @@ int ble_gattc_notify_custom(uint16_t conn_handle, uint16_t 
att_handle,
 int ble_gattc_notify(uint16_t conn_handle, uint16_t chr_val_handle);
 
 /**
- * Sends a characteristic indication.  The content of the message is read from
- * the specified characteristic.
+ * Sends a "free-form" characteristic indication.  The provided mbuf contains
+ * the indication payload.  This function consumes the supplied mbuf regardless
+ * of the outcome.
  *
  * @param conn_handle           The connection over which to execute the
  *                                  procedure.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to