Merge branch 'bugfix/blufi_buffer_overflow_report' into 'master'

Bugfix/blufi buffer overflow report

See merge request espressif/esp-idf!9177
This commit is contained in:
Jiang Jiang Jian
2020-06-16 15:58:25 +08:00
2 changed files with 11 additions and 2 deletions
@@ -83,6 +83,7 @@ typedef enum {
ESP_BLUFI_DH_PARAM_ERROR,
ESP_BLUFI_READ_PARAM_ERROR,
ESP_BLUFI_MAKE_PUBLIC_ERROR,
ESP_BLUFI_DATA_FORMAT_ERROR,
} esp_blufi_error_state_t;
/**