ESP-IDF
ble_mesh_mod_recv_publish_msg_param::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
ble_mesh_mod_recv_publish_msg_param::ctx
ble_mesh_mod_recv_publish_msg_param::ctx field
Pointer to the context of the message
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:2475
esp_ble_mesh_msg_ctx_t
*
ctx
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_msg_ctx_t
*
ctx
;
/*!< Pointer to the context of the message */
esp_ble_mesh_defs.h:2475
if
(
p_src_data
->
client_recv_publish_msg
.
ctx
&&
p_src_data
->
client_recv_publish_msg
.
msg
)
{
btc_ble_mesh_prov.c:361
btc_ble_mesh_model_copy_req_data()
p_dest_data
->
client_recv_publish_msg
.
ctx
=
bt_mesh_malloc
(
sizeof
(
esp_ble_mesh_msg_ctx_t
)
)
;
btc_ble_mesh_prov.c:362
btc_ble_mesh_model_copy_req_data()
if
(
p_dest_data
->
client_recv_publish_msg
.
ctx
)
{
btc_ble_mesh_prov.c:364
btc_ble_mesh_model_copy_req_data()
memcpy
(
p_dest_data
->
client_recv_publish_msg
.
ctx
,
p_src_data
->
client_recv_publish_msg
.
ctx
,
sizeof
(
esp_ble_mesh_msg_ctx_t
)
)
;
btc_ble_mesh_prov.c:365
btc_ble_mesh_model_copy_req_data()
if
(
arg
->
client_recv_publish_msg
.
ctx
)
{
btc_ble_mesh_prov.c:431
btc_ble_mesh_model_free_req_data()
bt_mesh_free
(
arg
->
client_recv_publish_msg
.
ctx
)
;
btc_ble_mesh_prov.c:432
btc_ble_mesh_model_free_req_data()
mesh_param
.
client_recv_publish_msg
.
ctx
=
(
esp_ble_mesh_msg_ctx_t
*
)
ctx
;
btc_ble_mesh_prov.c:508
btc_ble_mesh_client_model_op_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_mesh_mod_recv_publish_msg_param::ctx
is written by 2 functions and is read by 2 functions:
btc_ble_mesh_model_copy_req_data()
btc_ble_mesh_client_model_op_cb()
All items filtered out
ble_mesh_mod_recv_publish_msg_param::ctx
btc_ble_mesh_model_copy_req_data()
btc_ble_mesh_model_free_req_data()
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