onoff_server sample
root_models
is only used within onoff_server sample.
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
onoff_server sample
root_models
root_models variable
Syntax
Show:
Summary
Declaration
from
main.c:79
static
esp_ble_mesh_model_t
root_models
[
]
=
{
ESP_BLE_MESH_MODEL_CFG_SRV
(
&
config_server
)
,
ESP_BLE_MESH_MODEL_GEN_ONOFF_SRV
(
&
onoff_pub_0
,
&
onoff_server_0
)
,
}
;
Examples
References
from
examples
Code
Location
static
esp_ble_mesh_model_t
root_models
[
]
=
{
main.c:79
ESP_BLE_MESH_ELEMENT
(
0
,
root_models
,
ESP_BLE_MESH_MODEL_NONE
)
,
main.c:93
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