mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
bt: esp_ble_gatts_send_indicate: Fix description
This commit is contained in:
parent
92b9ed8342
commit
0b257cfcef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user