ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_rpr_client_cb_param_t::send
from the following samples and libraries:
rpr_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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_cb_param_t::send
esp_ble_mesh_rpr_client_cb_param_t::send field
Event parameters of sending messages Event parameters of sending messages
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_rpr_model_api.h:249
struct
{
int
err_code
;
esp_ble_mesh_client_common_param_t
*
params
;
}
send
;
Examples
esp_ble_mesh_rpr_client_cb_param_t::send
is referenced by 1 libraries and example projects:
rpr_client sample
References
from
0/1
examples
Code
Location
Referrer
}
send
;
/*!< Event parameters of sending messages */
esp_ble_mesh_rpr_model_api.h:252
if
(
p_src_data
->
send
.
params
)
{
btc_ble_mesh_rpr_model.c:119
btc_ble_mesh_rpr_client_copy_req_data()
p_dest_data
->
send
.
params
=
bt_mesh_calloc
(
sizeof
(
esp_ble_mesh_client_common_param_t
)
)
;
btc_ble_mesh_rpr_model.c:120
btc_ble_mesh_rpr_client_copy_req_data()
if
(
!
p_dest_data
->
send
.
params
)
{
btc_ble_mesh_rpr_model.c:121
btc_ble_mesh_rpr_client_copy_req_data()
memcpy
(
p_dest_data
->
send
.
params
,
p_src_data
->
send
.
params
,
sizeof
(
esp_ble_mesh_client_common_param_t
)
)
;
btc_ble_mesh_rpr_model.c:126
btc_ble_mesh_rpr_client_copy_req_data()
if
(
arg
->
send
.
params
)
{
btc_ble_mesh_rpr_model.c:182
btc_ble_mesh_rpr_client_free_req_data()
bt_mesh_free
(
arg
->
send
.
params
)
;
btc_ble_mesh_rpr_model.c:183
btc_ble_mesh_rpr_client_free_req_data()
cb_params
.
send
.
params
=
&
params
;
btc_ble_mesh_rpr_model.c:251
bt_mesh_rpr_client_cb_evt_to_btc()
cb
.
send
.
params
=
arg
->
rpr_send
.
params
;
btc_ble_mesh_rpr_model.c:412
btc_ble_mesh_rpr_client_call_handler()
cb
.
send
.
err_code
=
btc_ble_mesh_rpr_client_send
(
arg
->
rpr_send
.
params
,
btc_ble_mesh_rpr_model.c:413
btc_ble_mesh_rpr_client_call_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_ble_mesh_rpr_client_cb_param_t::send
is read by 4 functions:
All items filtered out
esp_ble_mesh_rpr_client_cb_param_t::send
btc_ble_mesh_rpr_client_copy_req_data()
btc_ble_mesh_rpr_client_free_req_data()
bt_mesh_rpr_client_cb_evt_to_btc()
btc_ble_mesh_rpr_client_call_handler()
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
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out