ESP-IDF
esp_ble_mesh_health_server_cb_param_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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_server_cb_param_t
esp_ble_mesh_health_server_cb_param_t union
Health Server Model callback parameters union
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_health_model_api.h:302
typedef
union
{
esp_ble_mesh_health_fault_update_comp_cb_t
fault_update_comp
;
esp_ble_mesh_health_fault_clear_cb_t
fault_clear
;
esp_ble_mesh_health_fault_test_cb_t
fault_test
;
esp_ble_mesh_health_attention_on_cb_t
attention_on
;
esp_ble_mesh_health_attention_off_cb_t
attention_off
;
}
esp_ble_mesh_health_server_cb_param_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_health_server_cb_param_t::fault_update_comp
esp_ble_mesh_health_fault_update_comp_cb_t
ESP_BLE_MESH_HEALTH_SERVER_FAULT_UPDATE_COMP_EVT.
esp_ble_mesh_health_server_cb_param_t::fault_clear
esp_ble_mesh_health_fault_clear_cb_t
ESP_BLE_MESH_HEALTH_SERVER_FAULT_CLEAR_EVT.
esp_ble_mesh_health_server_cb_param_t::fault_test
esp_ble_mesh_health_fault_test_cb_t
ESP_BLE_MESH_HEALTH_SERVER_FAULT_TEST_EVT.
esp_ble_mesh_health_server_cb_param_t::attention_on
esp_ble_mesh_health_attention_on_cb_t
ESP_BLE_MESH_HEALTH_SERVER_ATTENTION_ON_EVT.
esp_ble_mesh_health_server_cb_param_t::attention_off
esp_ble_mesh_health_attention_off_cb_t
ESP_BLE_MESH_HEALTH_SERVER_ATTENTION_OFF_EVT.
Related Functions
Found 2 other functions taking a
esp_ble_mesh_health_server_cb_param_t
argument:
Function
btc_ble_mesh_health_server_callback()
btc_ble_mesh_health_server_cb_to_app()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out