ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_rpr_client_msg_t
from the following samples and libraries:
rpr_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_rpr_client_msg_t
esp_ble_mesh_rpr_client_msg_t union
Remote Provisioning Client model message union
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_rpr_model_api.h:157
typedef
union
{
esp_ble_mesh_rpr_scan_start_t
scan_start
;
esp_ble_mesh_rpr_ext_scan_start_t
ext_scan_start
;
esp_ble_mesh_rpr_link_open_t
link_open
;
esp_ble_mesh_rpr_link_close_t
link_close
;
}
esp_ble_mesh_rpr_client_msg_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_rpr_client_msg_t::scan_start
esp_ble_mesh_rpr_scan_start_t
For ESP_BLE_MESH_MODEL_OP_RPR_SCAN_START.
esp_ble_mesh_rpr_client_msg_t::ext_scan_start
esp_ble_mesh_rpr_ext_scan_start_t
For ESP_BLE_MESH_MODEL_OP_RPR_EXT_SCAN_START.
esp_ble_mesh_rpr_client_msg_t::link_open
esp_ble_mesh_rpr_link_open_t
For ESP_BLE_MESH_MODEL_OP_RPR_LINK_OPEN.
esp_ble_mesh_rpr_client_msg_t::link_close
esp_ble_mesh_rpr_link_close_t
For ESP_BLE_MESH_MODEL_OP_RPR_LINK_CLOSE.
Related Functions
Found 2 other functions taking a
esp_ble_mesh_rpr_client_msg_t
argument:
Function
Description
esp_ble_mesh_rpr_client_send()
Get the value of Remote Provisioning Server model state with the corresponding get message.
btc_ble_mesh_rpr_client_send()
Examples
esp_ble_mesh_rpr_client_msg_t
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