From 0b257cfcefa1144579f8dfe4103a97146665fac6 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 12 Jan 2017 13:30:39 +1100 Subject: [PATCH] bt: esp_ble_gatts_send_indicate: Fix description --- components/bt/bluedroid/api/include/esp_gatts_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/bt/bluedroid/api/include/esp_gatts_api.h b/components/bt/bluedroid/api/include/esp_gatts_api.h index b18039ce7..777bbec3d 100644 --- a/components/bt/bluedroid/api/include/esp_gatts_api.h +++ b/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