ESP-IDF
esp_ble_mesh_health_server_cb_param_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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
Code
Location
Scope
Referrer
typedef
union
{
esp_ble_mesh_health_model_api.h:302
}
esp_ble_mesh_health_server_cb_param_t
;
esp_ble_mesh_health_model_api.h:308
esp_ble_mesh_health_server_cb_param_t
*
param
)
btc_ble_mesh_health_model.c:436
btc_ble_mesh_health_server_cb_to_app()
btc_ble_mesh_health_server_cb_to_app()::param
static
void
btc_ble_mesh_health_server_callback
(
esp_ble_mesh_health_server_cb_param_t
*
cb_params
,
uint8_t
act
)
btc_ble_mesh_health_model.c:505
btc_ble_mesh_health_server_callback()
btc_ble_mesh_health_server_callback()::cb_params
btc_transfer_context
(
&
msg
,
cb_params
,
cb_params
==
NULL
?
0
:
sizeof
(
esp_ble_mesh_health_server_cb_param_t
)
,
btc_ble_mesh_health_model.c:518
btc_ble_mesh_health_server_callback()
esp_ble_mesh_health_server_cb_param_t
param
=
{
0
}
;
btc_ble_mesh_health_model.c:524
btc_ble_mesh_health_server_call_handler()
esp_ble_mesh_health_server_cb_param_t
*
param
=
NULL
;
btc_ble_mesh_health_model.c:550
btc_ble_mesh_health_server_cb_handler()
param
=
(
esp_ble_mesh_health_server_cb_param_t
*
)
(
msg
->
arg
)
;
btc_ble_mesh_health_model.c:557
btc_ble_mesh_health_server_cb_handler()
esp_ble_mesh_health_server_cb_param_t
param
=
{
0
}
;
btc_ble_mesh_health_model.c:570
btc_ble_mesh_health_server_fault_clear()
esp_ble_mesh_health_server_cb_param_t
param
=
{
0
}
;
btc_ble_mesh_health_model.c:581
btc_ble_mesh_health_server_fault_test()
esp_ble_mesh_health_server_cb_param_t
param
=
{
0
}
;
btc_ble_mesh_health_model.c:592
btc_ble_mesh_health_server_attention_on()
esp_ble_mesh_health_server_cb_param_t
param
=
{
0
}
;
btc_ble_mesh_health_model.c:602
btc_ble_mesh_health_server_attention_off()
}
esp_ble_mesh_health_server_cb_param_t
;
esp_ble_mesh_health_model_api.h:308
esp_ble_mesh_health_server_cb_param_t
esp_ble_mesh_health_server_cb_param_t
*
param
)
;
esp_ble_mesh_health_model_api.h:338
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
btc_ble_mesh_health_server_cb_to_app()::param
btc_ble_mesh_health_server_cb_to_app()
btc_ble_mesh_health_model.c:436
btc_ble_mesh_health_server_callback()::cb_params
btc_ble_mesh_health_server_callback()
btc_ble_mesh_health_model.c:505
Lifecycle
from
examples
All items filtered out
All items filtered out