ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_rpr_client_cb_param_t::
::params
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::
::params
esp_ble_mesh_rpr_client_cb_param_t::
::params field
Client common parameters
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_rpr_model_api.h:251
esp_ble_mesh_client_common_param_t
*
params
;
Examples
esp_ble_mesh_rpr_client_cb_param_t::
::params
is referenced by 1 libraries and example projects:
rpr_client sample
References
from
0/1
examples
Code
Location
Referrer
esp_ble_mesh_client_common_param_t
*
params
;
/*!< Client common parameters */
esp_ble_mesh_rpr_model_api.h:251
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()
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::
::params
is written by 3 functions and is read by 2 functions:
btc_ble_mesh_rpr_client_copy_req_data()
bt_mesh_rpr_client_cb_evt_to_btc()
btc_ble_mesh_rpr_client_call_handler()
All items filtered out
esp_ble_mesh_rpr_client_cb_param_t::
::params
btc_ble_mesh_rpr_client_copy_req_data()
btc_ble_mesh_rpr_client_free_req_data()
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