ESP-IDF
bt_mesh_client_node_t::ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_node_t::ctx
bt_mesh_client_node_t::ctx field
Syntax
Show:
Summary
Declaration
from
client_common.h:67
struct
bt_mesh_msg_ctx
ctx
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_msg_ctx
ctx
;
/* Message context */
client_common.h:67
memcpy
(
&
ctx
,
&
node
->
ctx
,
sizeof
(
ctx
)
)
;
btc_ble_mesh_prov.c:541
btc_ble_mesh_client_model_timeout_cb()
memcpy
(
&
ctx
,
&
node
->
ctx
,
sizeof
(
ctx
)
)
;
cfg_cli.c:93
timeout_handler()
if
(
node
->
ctx
.
addr
==
tx_dst
)
{
client_common.c:37
bt_mesh_client_pick_node()
if
(
node
->
ctx
.
addr
==
tx_dst
)
{
client_common.c:130
bt_mesh_client_check_node_in_list()
memcpy
(
&
node
->
ctx
,
&
param
->
ctx
,
sizeof
(
struct
bt_mesh_msg_ctx
)
)
;
client_common.c:324
bt_mesh_client_send_msg()
return
&
CLI_NODE
(
node
)
->
ctx
;
ext.c:3734
bt_mesh_ext_client_node_get_ctx()
memcpy
(
&
ctx
,
&
node
->
ctx
,
sizeof
(
ctx
)
)
;
generic_client.c:126
timeout_handler()
memcpy
(
&
ctx
,
&
node
->
ctx
,
sizeof
(
ctx
)
)
;
sensor_client.c:64
timeout_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_client_node_t::ctx
is read by 2 functions:
All items filtered out
bt_mesh_client_node_t::ctx
bt_mesh_client_pick_node()
bt_mesh_client_check_node_in_list()
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