ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_df_client_cb_param_t::params
from the following samples and libraries:
df_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_df_client_cb_param_t::params
esp_ble_mesh_df_client_cb_param_t::params field
Client common parameters, used by all events.
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_df_model_api.h:588
esp_ble_mesh_client_common_param_t
*
params
;
Examples
esp_ble_mesh_df_client_cb_param_t::params
is referenced by 1 libraries and example projects:
df_client sample
References
from
0/1
examples
Code
Location
Referrer
esp_ble_mesh_client_common_param_t
*
params
;
/*!< Client common parameters, used by all events. */
esp_ble_mesh_df_model_api.h:588
if
(
p_src_data
->
params
)
{
btc_ble_mesh_df_model.c:235
btc_ble_mesh_df_client_copy_req_data()
p_dest_data
->
params
=
bt_mesh_calloc
(
sizeof
(
esp_ble_mesh_client_common_param_t
)
)
;
btc_ble_mesh_df_model.c:236
btc_ble_mesh_df_client_copy_req_data()
if
(
!
p_dest_data
->
params
)
{
btc_ble_mesh_df_model.c:237
btc_ble_mesh_df_client_copy_req_data()
memcpy
(
p_dest_data
->
params
,
p_src_data
->
params
,
sizeof
(
esp_ble_mesh_client_common_param_t
)
)
;
btc_ble_mesh_df_model.c:242
btc_ble_mesh_df_client_copy_req_data()
if
(
p_src_data
->
params
)
{
btc_ble_mesh_df_model.c:249
btc_ble_mesh_df_client_copy_req_data()
switch
(
p_src_data
->
params
->
opcode
)
{
btc_ble_mesh_df_model.c:250
btc_ble_mesh_df_client_copy_req_data()
if
(
arg
->
params
)
{
btc_ble_mesh_df_model.c:320
btc_ble_mesh_df_client_free_req_data()
switch
(
arg
->
params
->
opcode
)
{
btc_ble_mesh_df_model.c:321
btc_ble_mesh_df_client_free_req_data()
if
(
arg
->
params
)
{
btc_ble_mesh_df_model.c:337
btc_ble_mesh_df_client_free_req_data()
bt_mesh_free
(
arg
->
params
)
;
btc_ble_mesh_df_model.c:338
btc_ble_mesh_df_client_free_req_data()
cb_params
.
params
=
&
params
;
btc_ble_mesh_df_model.c:407
bt_mesh_df_client_cb_evt_to_btc()
cb
.
params
=
arg
->
df_get
.
params
;
btc_ble_mesh_df_model.c:575
btc_ble_mesh_df_client_call_handler()
cb
.
params
=
arg
->
df_set
.
params
;
btc_ble_mesh_df_model.c:582
btc_ble_mesh_df_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_df_client_cb_param_t::params
is written by 3 functions and is read by 2 functions:
btc_ble_mesh_df_client_copy_req_data()
bt_mesh_df_client_cb_evt_to_btc()
btc_ble_mesh_df_client_call_handler()
All items filtered out
esp_ble_mesh_df_client_cb_param_t::params
btc_ble_mesh_df_client_copy_req_data()
btc_ble_mesh_df_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