]> granicus.if.org Git - esp-idf/commitdiff
bt: esp_ble_gatts_send_indicate: Fix description
authorAngus Gratton <angus@espressif.com>
Thu, 12 Jan 2017 02:30:39 +0000 (13:30 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 20 Jan 2017 03:56:54 +0000 (14:56 +1100)
components/bt/bluedroid/api/include/esp_gatts_api.h

index b18039ce790503a626b9d1ca4cf452375d57513d..777bbec3de1b09e8cad4d6a274dda3f9adcedb97 100644 (file)
@@ -449,7 +449,8 @@ esp_err_t esp_ble_gatts_stop_service(uint16_t service_handle);
  * @param[in]       attr_handle - attribute handle to indicate.
  * @param[in]       value_len - indicate value length.
  * @param[in]       value: value to indicate.
- * @param[in]       need_confirm - if this indication expects a confirmation or not.
+ * @param[in]       need_confirm - Whether a confirmation is required.
+ *                  false sends a GATT notification, true sends a GATT indication.
  *
  * @return
  *                  - ESP_OK : success