Browse Source

bt: esp_ble_gatts_send_indicate: Fix description

Angus Gratton 9 years ago
parent
commit
0b257cfcef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components/bt/bluedroid/api/include/esp_gatts_api.h

+ 2 - 1
components/bt/bluedroid/api/include/esp_gatts_api.h

@@ -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