ESP-IDF
esp_ble_mesh_health_server_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_server_cb_t
esp_ble_mesh_health_server_cb_t
Health Server Model callback function type
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_health_model_api.h:337
typedef
void
(
*
esp_ble_mesh_health_server_cb_t
)
(
esp_ble_mesh_health_server_cb_event_t
event
,
esp_ble_mesh_health_server_cb_param_t
*
param
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
esp_ble_mesh_health_server_cb_t
)
(
esp_ble_mesh_health_server_cb_event_t
event
,
esp_ble_mesh_health_model_api.h:337
esp_ble_mesh_health_server_cb_t
btc_ble_mesh_cb
=
btc_ble_mesh_health_model.c:438
btc_ble_mesh_health_server_cb_to_app()
(
esp_ble_mesh_health_server_cb_t
)
btc_profile_cb_get
(
BTC_PID_HEALTH_SERVER
)
;
btc_ble_mesh_health_model.c:439
btc_ble_mesh_health_server_cb_to_app()
esp_err_t
esp_ble_mesh_register_health_server_callback
(
esp_ble_mesh_health_server_cb_t
callback
)
esp_ble_mesh_health_model_api.c:75
esp_ble_mesh_register_health_server_callback()
esp_err_t
esp_ble_mesh_register_health_server_callback
(
esp_ble_mesh_health_server_cb_t
callback
)
;
esp_ble_mesh_health_model_api.h:358
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