ESP-IDF
btc_ble_mesh_rpr_client_args_t::
::msg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_mesh_rpr_client_args_t::
::msg
btc_ble_mesh_rpr_client_args_t::
::msg field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_rpr_model.h:26
esp_ble_mesh_rpr_client_msg_t
*
msg
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_rpr_client_msg_t
*
msg
;
btc_ble_mesh_rpr_model.h:26
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()
if
(
dst
->
rpr_send
.
msg
)
{
btc_ble_mesh_rpr_model.c:55
btc_ble_mesh_rpr_client_arg_deep_copy()
memcpy
(
dst
->
rpr_send
.
msg
,
src
->
rpr_send
.
msg
,
btc_ble_mesh_rpr_model.c:56
btc_ble_mesh_rpr_client_arg_deep_copy()
arg
->
rpr_send
.
msg
)
;
btc_ble_mesh_rpr_model.c:414
btc_ble_mesh_rpr_client_call_handler()
arg
.
rpr_send
.
msg
=
msg
;
esp_ble_mesh_rpr_model_api.c:55
esp_ble_mesh_rpr_client_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_rpr_client_args_t::
::msg
is written by 2 functions and is read by 2 functions:
esp_ble_mesh_rpr_client_send()
btc_ble_mesh_rpr_client_arg_deep_copy()
All items filtered out
btc_ble_mesh_rpr_client_args_t::
::msg
btc_ble_mesh_rpr_client_arg_deep_copy()
btc_ble_mesh_rpr_client_call_handler()
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