ESP-IDF
+
0
/1 examples
SourceVu will show references to
ESP_BLE_MESH_MODEL_RPR_CLI
from the following samples and libraries:
rpr_client 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_RPR_CLI
ESP_BLE_MESH_MODEL_RPR_CLI macro
@def ESP_BLE_MESH_MODEL_RPR_CLI Define a new Remote Provisioning Client model.
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_rpr_model_api.h:109
#define
ESP_BLE_MESH_MODEL_RPR_CLI
(
cli_data
)
\
ESP_BLE_MESH_SIG_MODEL
(
ESP_BLE_MESH_MODEL_ID_RPR_CLI
,
\
NULL
,
NULL
,
cli_data
)
Arguments
Argument
Description
cli_data
Pointer to a unique Remote Provisioning Client model user_data.
Return value
New Remote Provisioning Client model instance.
Notes
If supported, the model shall be supported by a primary element and may be supported by any secondary element.
Examples
ESP_BLE_MESH_MODEL_RPR_CLI
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