From 882e924629d8ac759de1fb459b08c3e44e4fff4f Mon Sep 17 00:00:00 2001 From: andreachiara Date: Mon, 12 Oct 2020 16:18:29 +0200 Subject: [PATCH] esp_ble_mesh: api: fixed comment about autoresp --- components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h b/components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h index 2bc1c38ef7..2eec73a5f6 100644 --- a/components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h +++ b/components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h @@ -1974,8 +1974,8 @@ typedef struct { int64_t timestamp; /*!< Time when the last message is received */ } esp_ble_mesh_last_msg_info_t; -#define ESP_BLE_MESH_SERVER_RSP_BY_APP 0 /*!< Response will be sent internally */ -#define ESP_BLE_MESH_SERVER_AUTO_RSP 1 /*!< Response need to be sent in the application */ +#define ESP_BLE_MESH_SERVER_RSP_BY_APP 0 /*!< Response need to be sent in the application */ +#define ESP_BLE_MESH_SERVER_AUTO_RSP 1 /*!< Response will be sent internally */ /** Parameters of the Server Model response control */ typedef struct {