ESP-IDF
+
0
/7 examples
SourceVu will show references to
ESP_BLE_MESH_MODEL_GEN_ONOFF_SRV
from the following samples and libraries:
aligenie_demo sample
wifi_coexist sample
df_server sample
fast_prov_server sample
onoff_server sample
rpr_server sample
unprov_dev 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_GEN_ONOFF_SRV
ESP_BLE_MESH_MODEL_GEN_ONOFF_SRV macro
Generic Server Models related context. @def ESP_BLE_MESH_MODEL_GEN_ONOFF_SRV Define a new Generic OnOff Server Model.
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_generic_model_api.h:538
#define
ESP_BLE_MESH_MODEL_GEN_ONOFF_SRV
(
srv_pub
,
srv_data
)
\
ESP_BLE_MESH_SIG_MODEL
(
ESP_BLE_MESH_MODEL_ID_GEN_ONOFF_SRV
,
\
NULL
,
srv_pub
,
srv_data
)
Arguments
Argument
Description
srv_pub
Pointer to the unique struct esp_ble_mesh_model_pub_t.
srv_data
Pointer to the unique struct esp_ble_mesh_gen_onoff_srv_t.
Return value
New Generic OnOff Server Model instance.
Notes
1. The Generic OnOff Server Model is a root model. 2. This model shall support model publication and model subscription.
Examples
ESP_BLE_MESH_MODEL_GEN_ONOFF_SRV
is referenced by 7 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