ESP-IDF
bt_mesh_client_common_param_t::cb_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_client_common_param_t::cb_data
bt_mesh_client_common_param_t::cb_data field
Syntax
Show:
Summary
Declaration
from
client_common.h:82
void
*
cb_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_data
;
/* User defined callback value */
client_common.h:82
err
=
bt_mesh_model_send
(
param
->
model
,
&
param
->
ctx
,
msg
,
param
->
cb
,
param
->
cb_data
)
;
client_common.c:300
bt_mesh_client_send_msg()
CLI_PARAM
(
param
)
->
cb_data
=
cb_data
;
ext.c:3709
bt_mesh_ext_client_common_set_cb_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_client_common_param_t::cb_data
is written by 1 function and is read by 1 function:
bt_mesh_ext_client_common_set_cb_data()
All items filtered out
bt_mesh_client_common_param_t::cb_data
bt_mesh_client_send_msg()
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