Просмотр исходного кода

Merge branch 'bugfix/ble_mesh_autorsp_description_v4.0' into 'release/v4.0'

esp_ble_mesh: api: fixed comment about autoresp (v4.0)

See merge request espressif/esp-idf!10890
Island 5 лет назад
Родитель
Сommit
134b21c5b2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h

+ 2 - 2
components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h

@@ -1960,8 +1960,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 {