ESP-IDF
bt_mesh_client_common_param_t::cb
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
bt_mesh_client_common_param_t::cb
bt_mesh_client_common_param_t::cb field
Syntax
Show:
Summary
Declaration
from
client_common.h:81
const
struct
bt_mesh_send_cb
*
cb
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
bt_mesh_send_cb
*
cb
;
/* User defined callback function */
client_common.h:81
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
=
cb
;
ext.c:3704
bt_mesh_ext_client_common_set_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_client_common_param_t::cb
is written by 1 function and is read by 1 function:
bt_mesh_ext_client_common_set_cb()
All items filtered out
bt_mesh_client_common_param_t::cb
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