ESP-IDF
ble_mesh_mod_recv_publish_msg_param::length
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::length
ble_mesh_mod_recv_publish_msg_param::length field
Length of the received message
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:2476
uint16_t
length
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
length
;
/*!< Length of the received message */
esp_ble_mesh_defs.h:2476
p_dest_data
->
client_recv_publish_msg
.
msg
=
p_src_data
->
client_recv_publish_msg
.
length
?
(
uint8_t
*
)
bt_mesh_malloc
(
p_src_data
->
client_recv_publish_msg
.
length
)
:
NULL
;
btc_ble_mesh_prov.c:363
btc_ble_mesh_model_copy_req_data()
if
(
p_src_data
->
client_recv_publish_msg
.
length
)
{
btc_ble_mesh_prov.c:369
btc_ble_mesh_model_copy_req_data()
memcpy
(
p_dest_data
->
client_recv_publish_msg
.
msg
,
p_src_data
->
client_recv_publish_msg
.
msg
,
p_src_data
->
client_recv_publish_msg
.
length
)
;
btc_ble_mesh_prov.c:371
btc_ble_mesh_model_copy_req_data()
mesh_param
.
client_recv_publish_msg
.
length
=
buf
->
len
;
btc_ble_mesh_prov.c:509
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::length
is written by 1 function and is read by 1 function:
btc_ble_mesh_client_model_op_cb()
All items filtered out
ble_mesh_mod_recv_publish_msg_param::length
btc_ble_mesh_model_copy_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