rpr_server sample
root_models
is only used within rpr_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
rpr_server sample
root_models
root_models variable
Syntax
Show:
Summary
Declaration
from
main.c:80
static
esp_ble_mesh_model_t
root_models
[
]
=
{
#if
CONFIG_BLE_MESH_RPR_SRV
ESP_BLE_MESH_MODEL_RPR_SRV
(
NULL
)
,
#endif
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
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