ESP-IDF
esp_ble_mesh_health_fault_update_comp_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_health_fault_update_comp_cb_t
esp_ble_mesh_health_fault_update_comp_cb_t struct
Parameter of publishing Health Current Status completion event
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_health_model_api.h:270
typedef
struct
{
int
error_code
;
esp_ble_mesh_elem_t
*
element
;
}
esp_ble_mesh_health_fault_update_comp_cb_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_health_fault_update_comp_cb_t::error_code
int
The result of publishing Health Current Status.
esp_ble_mesh_health_fault_update_comp_cb_t::element
esp_ble_mesh_elem_t
*
Pointer to the element which contains the Health Server Model.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_health_model_api.h:270
}
esp_ble_mesh_health_fault_update_comp_cb_t
;
esp_ble_mesh_health_model_api.h:273
esp_ble_mesh_health_fault_update_comp_cb_t
esp_ble_mesh_health_fault_update_comp_cb_t
fault_update_comp
;
/*!< ESP_BLE_MESH_HEALTH_SERVER_FAULT_UPDATE_COMP_EVT */
esp_ble_mesh_health_model_api.h:303
esp_ble_mesh_health_server_cb_param_t
esp_ble_mesh_health_server_cb_param_t::fault_update_comp
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
Instance
Scope
Location
Project
esp_ble_mesh_health_server_cb_param_t::fault_update_comp
esp_ble_mesh_health_server_cb_param_t
esp_ble_mesh_health_model_api.h:303
Lifecycle
from
examples
All items filtered out
All items filtered out