ESP-IDF
esp_https_ota_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_https_ota_handle
esp_https_ota_handle struct
Syntax
Show:
Summary
Declaration
from
esp_https_ota.c:40
struct
esp_https_ota_handle
{
esp_ota_handle_t
update_handle
;
const
esp_partition_t
*
update_partition
;
esp_http_client_handle_t
http_client
;
char
*
ota_upgrade_buf
;
size_t
ota_upgrade_buf_size
;
int
binary_file_len
;
int
image_length
;
int
max_http_request_size
;
esp_https_ota_state
state
;
bool
bulk_flash_erase
;
bool
partial_http_download
;
int
max_authorization_retries
;
#if
CONFIG_ESP_HTTPS_OTA_DECRYPT_CB
decrypt_cb_t
decrypt_cb
;
void
*
decrypt_user_ctx
;
uint16_t
enc_img_header_size
;
#endif
}
;
Fields
Field
Declared as
esp_https_ota_handle::update_handle
esp_ota_handle_t
esp_https_ota_handle::update_partition
const
esp_partition_t
*
esp_https_ota_handle::http_client
esp_http_client_handle_t
esp_https_ota_handle::ota_upgrade_buf
char
*
esp_https_ota_handle::ota_upgrade_buf_size
size_t
esp_https_ota_handle::binary_file_len
int
esp_https_ota_handle::image_length
int
esp_https_ota_handle::max_http_request_size
int
esp_https_ota_handle::state
esp_https_ota_state
esp_https_ota_handle::bulk_flash_erase
bool
esp_https_ota_handle::partial_http_download
bool
esp_https_ota_handle::max_authorization_retries
int
esp_https_ota_handle::decrypt_cb
decrypt_cb_t
esp_https_ota_handle::decrypt_user_ctx
void
*
esp_https_ota_handle::enc_img_header_size
uint16_t
Related Functions
Found 5 other functions taking a
esp_https_ota_handle
argument:
Function
read_header()
_http_connect()
_ota_write()
esp_https_ota_decrypt_cb()
_http_handle_response_code()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out