True if a confirmation is required, which is a GATT indication; false if the confirmation is not required, which is a GATT notification.
Return value
- ESP_OK: Success - ESP_ERR_INVALID_STATE: The connection has not been established. - ESP_FAIL: Failure due to other reasons
Notes
1. This function triggers `ESP_GATTS_CONF_EVT`. 2. The size of indication or notification data must be less than or equal to MTU size, see `esp_ble_gattc_send_mtu_req`. 3. This function should be called only after the connection has been established.
Examples
esp_ble_gatts_send_indicate() is referenced by 9 libraries and example projects: