ESP-IDF
btc_ble_mesh_df_client_args_t::
::params
is only used within ESP-IDF.
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
btc_ble_mesh_df_client_args_t::
::params
btc_ble_mesh_df_client_args_t::
::params field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_df_model.h:29
esp_ble_mesh_client_common_param_t
*
params
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_client_common_param_t
*
params
;
btc_ble_mesh_df_model.h:29
dst
->
df_set
.
params
=
bt_mesh_calloc
(
sizeof
(
esp_ble_mesh_client_common_param_t
)
)
;
btc_ble_mesh_df_model.c:98
btc_ble_mesh_df_client_arg_deep_copy()
if
(
dst
->
df_set
.
params
&&
dst
->
df_set
.
set
)
{
btc_ble_mesh_df_model.c:100
btc_ble_mesh_df_client_arg_deep_copy()
memcpy
(
dst
->
df_set
.
params
,
src
->
df_set
.
params
,
btc_ble_mesh_df_model.c:101
btc_ble_mesh_df_client_arg_deep_copy()
switch
(
src
->
df_set
.
params
->
opcode
)
{
btc_ble_mesh_df_model.c:106
btc_ble_mesh_df_client_arg_deep_copy()
if
(
arg
->
df_set
.
params
)
{
btc_ble_mesh_df_model.c:199
btc_ble_mesh_df_client_arg_deep_free()
switch
(
arg
->
df_set
.
params
->
opcode
)
{
btc_ble_mesh_df_model.c:200
btc_ble_mesh_df_client_arg_deep_free()
if
(
arg
->
df_set
.
params
)
{
btc_ble_mesh_df_model.c:215
btc_ble_mesh_df_client_arg_deep_free()
bt_mesh_free
(
arg
->
df_set
.
params
)
;
btc_ble_mesh_df_model.c:216
btc_ble_mesh_df_client_arg_deep_free()
cb
.
params
=
arg
->
df_set
.
params
;
btc_ble_mesh_df_model.c:582
btc_ble_mesh_df_client_call_handler()
cb
.
send
.
err_code
=
btc_ble_mesh_df_client_set_state
(
arg
->
df_set
.
params
,
btc_ble_mesh_df_model.c:583
btc_ble_mesh_df_client_call_handler()
arg
.
df_set
.
params
=
params
;
esp_ble_mesh_df_model_api.c:86
esp_ble_mesh_df_client_set_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_df_client_args_t::
::params
is written by 2 functions and is read by 3 functions:
esp_ble_mesh_df_client_set_state()
btc_ble_mesh_df_client_arg_deep_copy()
All items filtered out
btc_ble_mesh_df_client_args_t::
::params
btc_ble_mesh_df_client_arg_deep_copy()
btc_ble_mesh_df_client_arg_deep_free()
btc_ble_mesh_df_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