ESP-IDF
btc_ble_mesh_rpr_client_args_t::rpr_act
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_rpr_client_args_t::rpr_act
btc_ble_mesh_rpr_client_args_t::rpr_act field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_rpr_model.h:28
struct
{
esp_ble_mesh_rpr_client_act_type_t
type
;
esp_ble_mesh_rpr_client_act_param_t
*
param
;
}
rpr_act
;
Examples
References
from
examples
Code
Location
Referrer
}
rpr_act
;
btc_ble_mesh_rpr_model.h:31
dst
->
rpr_act
.
param
=
bt_mesh_calloc
(
sizeof
(
esp_ble_mesh_rpr_client_act_param_t
)
)
;
btc_ble_mesh_rpr_model.c:64
btc_ble_mesh_rpr_client_arg_deep_copy()
if
(
dst
->
rpr_act
.
param
)
{
btc_ble_mesh_rpr_model.c:65
btc_ble_mesh_rpr_client_arg_deep_copy()
memcpy
(
dst
->
rpr_act
.
param
,
src
->
rpr_act
.
param
,
btc_ble_mesh_rpr_model.c:66
btc_ble_mesh_rpr_client_arg_deep_copy()
if
(
arg
->
rpr_act
.
param
)
{
btc_ble_mesh_rpr_model.c:96
btc_ble_mesh_rpr_client_arg_deep_free()
bt_mesh_free
(
arg
->
rpr_act
.
param
)
;
btc_ble_mesh_rpr_model.c:97
btc_ble_mesh_rpr_client_arg_deep_free()
btc_ble_mesh_rpr_client_act
(
arg
->
rpr_act
.
type
,
btc_ble_mesh_rpr_model.c:418
btc_ble_mesh_rpr_client_call_handler()
arg
->
rpr_act
.
param
,
&
cb
)
;
btc_ble_mesh_rpr_model.c:419
btc_ble_mesh_rpr_client_call_handler()
arg
.
rpr_act
.
type
=
type
;
esp_ble_mesh_rpr_model_api.c:78
esp_ble_mesh_rpr_client_action()
arg
.
rpr_act
.
param
=
param
;
esp_ble_mesh_rpr_model_api.c:79
esp_ble_mesh_rpr_client_action()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_rpr_client_args_t::rpr_act
is read by 4 functions:
All items filtered out
btc_ble_mesh_rpr_client_args_t::rpr_act
esp_ble_mesh_rpr_client_action()
btc_ble_mesh_rpr_client_arg_deep_copy()
btc_ble_mesh_rpr_client_arg_deep_free()
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