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:
rpr_client sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
union
{
esp_ble_mesh_rpr_model_api.h:157
}
esp_ble_mesh_rpr_client_msg_t
;
esp_ble_mesh_rpr_model_api.h:162
dst
->
rpr_send
.
msg
=
src
->
rpr_send
.
msg
?
bt_mesh_calloc
(
sizeof
(
esp_ble_mesh_rpr_client_msg_t
)
)
:
NULL
;
btc_ble_mesh_rpr_model.c:51
btc_ble_mesh_rpr_client_arg_deep_copy()
sizeof
(
esp_ble_mesh_rpr_client_msg_t
)
)
;
btc_ble_mesh_rpr_model.c:57
btc_ble_mesh_rpr_client_arg_deep_copy()
esp_ble_mesh_rpr_client_msg_t
*
msg
)
btc_ble_mesh_rpr_model.c:321
btc_ble_mesh_rpr_client_send()
btc_ble_mesh_rpr_client_send()::msg
esp_ble_mesh_rpr_client_msg_t
*
msg
;
btc_ble_mesh_rpr_model.h:26
btc_ble_mesh_rpr_client_args_t::
::msg
esp_ble_mesh_rpr_client_msg_t
*
msg
)
esp_ble_mesh_rpr_model_api.c:36
esp_ble_mesh_rpr_client_send()
esp_ble_mesh_rpr_client_send()::msg
}
esp_ble_mesh_rpr_client_msg_t
;
esp_ble_mesh_rpr_model_api.h:162
esp_ble_mesh_rpr_client_msg_t
esp_ble_mesh_rpr_client_msg_t
*
msg
)
;
esp_ble_mesh_rpr_model_api.h:445
esp_ble_mesh_rpr_client_send()
esp_ble_mesh_rpr_client_send()::msg
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
esp_ble_mesh_rpr_client_send()::msg
esp_ble_mesh_rpr_client_send()
esp_ble_mesh_rpr_model_api.h:445
btc_ble_mesh_rpr_client_args_t::
::msg
btc_ble_mesh_rpr_model.h:26
esp_ble_mesh_rpr_client_send()::msg
esp_ble_mesh_rpr_client_send()
esp_ble_mesh_rpr_model_api.c:36
btc_ble_mesh_rpr_client_send()::msg
btc_ble_mesh_rpr_client_send()
btc_ble_mesh_rpr_model.c:321
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out