ESP-IDF
esp_ble_mesh_health_fault_clear_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_clear_cb_t
esp_ble_mesh_health_fault_clear_cb_t struct
Parameters of Health Fault Clear event
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_health_model_api.h:276
typedef
struct
{
esp_ble_mesh_model_t
*
model
;
uint16_t
company_id
;
}
esp_ble_mesh_health_fault_clear_cb_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_health_fault_clear_cb_t::model
esp_ble_mesh_model_t
*
Pointer to the Health Server Model.
esp_ble_mesh_health_fault_clear_cb_t::company_id
uint16_t
Bluetooth assigned 16-bit Company ID.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_health_model_api.h:276
}
esp_ble_mesh_health_fault_clear_cb_t
;
esp_ble_mesh_health_model_api.h:279
esp_ble_mesh_health_fault_clear_cb_t
esp_ble_mesh_health_fault_clear_cb_t
fault_clear
;
/*!< ESP_BLE_MESH_HEALTH_SERVER_FAULT_CLEAR_EVT */
esp_ble_mesh_health_model_api.h:304
esp_ble_mesh_health_server_cb_param_t
esp_ble_mesh_health_server_cb_param_t::fault_clear
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_clear
esp_ble_mesh_health_server_cb_param_t
esp_ble_mesh_health_model_api.h:304
Lifecycle
from
examples
All items filtered out
All items filtered out