bluedroid: fixed compile warning when optimize for performance

This commit is contained in:
chenjianhua
2023-06-11 15:54:38 +08:00
parent 213504238f
commit 0634bb904e
3 changed files with 6 additions and 5 deletions
@@ -126,7 +126,7 @@ typedef union {
} search_res; /*!< Gatt client callback param of ESP_GATTC_SEARCH_RES_EVT */
/**
* @brief ESP_GATTC_READ_CHAR_EVT, ESP_GATTC_READ_DESCR_EVT
* @brief ESP_GATTC_READ_CHAR_EVT, ESP_GATTC_READ_DESCR_EVT, ESP_GATTC_READ_MULTIPLE_EVT, ESP_GATTC_READ_MULTI_VAR_EVT
*/
struct gattc_read_char_evt_param {