ESP-IDF
btc_ble_mesh_health_server_args_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
btc_ble_mesh_health_server_args_t
btc_ble_mesh_health_server_args_t union
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_health_model.h:65
typedef
union
{
struct
ble_mesh_health_server_fault_update_args
{
esp_ble_mesh_elem_t
*
element
;
}
health_fault_update
;
}
btc_ble_mesh_health_server_args_t
;
Fields
Field
Declared as
btc_ble_mesh_health_server_args_t::health_fault_update
struct
ble_mesh_health_server_fault_update_args
{
esp_ble_mesh_elem_t
*
element
;
}
Examples
References
from
examples
Code
Location
Referrer
typedef
union
{
btc_ble_mesh_health_model.h:65
}
btc_ble_mesh_health_server_args_t
;
btc_ble_mesh_health_model.h:69
btc_ble_mesh_health_server_args_t
*
arg
=
NULL
;
btc_ble_mesh_health_model.c:525
btc_ble_mesh_health_server_call_handler()
arg
=
(
btc_ble_mesh_health_server_args_t
*
)
(
msg
->
arg
)
;
btc_ble_mesh_health_model.c:532
btc_ble_mesh_health_server_call_handler()
}
btc_ble_mesh_health_server_args_t
;
btc_ble_mesh_health_model.h:69
btc_ble_mesh_health_server_args_t
btc_ble_mesh_health_server_args_t
arg
=
{
0
}
;
esp_ble_mesh_health_model_api.c:84
esp_ble_mesh_health_server_fault_update()
return
(
btc_transfer_context
(
&
msg
,
&
arg
,
sizeof
(
btc_ble_mesh_health_server_args_t
)
,
NULL
,
NULL
)
esp_ble_mesh_health_model_api.c:98
esp_ble_mesh_health_server_fault_update()
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