ESP-IDF
+
0
/1 examples
SourceVu will show references to
ESP_BLE_MESH_MODEL_HEALTH_SRV
from the following samples and libraries:
aligenie_demo sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_BLE_MESH_MODEL_HEALTH_SRV
ESP_BLE_MESH_MODEL_HEALTH_SRV macro
@def ESP_BLE_MESH_MODEL_HEALTH_SRV Define a new Health Server Model.
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_health_model_api.h:27
#define
ESP_BLE_MESH_MODEL_HEALTH_SRV
(
srv
,
pub
)
\
ESP_BLE_MESH_SIG_MODEL
(
ESP_BLE_MESH_MODEL_ID_HEALTH_SRV
,
\
NULL
,
pub
,
srv
)
Arguments
Argument
Description
srv
Pointer to the unique struct esp_ble_mesh_health_srv_t.
pub
Pointer to the unique struct esp_ble_mesh_model_pub_t.
Return value
New Health Server Model instance.
Notes
The Health Server Model can only be included by a Primary Element.
Examples
ESP_BLE_MESH_MODEL_HEALTH_SRV
is referenced by 1 libraries and example projects:
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