ESP-IDF
esp_ble_mesh_server_recv_sensor_status_t::data
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
esp_ble_mesh_server_recv_sensor_status_t::data
esp_ble_mesh_server_recv_sensor_status_t::data field
Value of sensor data state (optional)
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1593
struct
net_buf_simple
*
data
;
Examples
References
from
examples
Code
Location
Referrer
struct
net_buf_simple
*
data
;
/*!< Value of sensor data state (optional) */
esp_ble_mesh_lighting_model_api.h:1593
if
(
p_src_data
->
value
.
status
.
sensor_status
.
data
)
{
btc_ble_mesh_lighting_model.c:408
btc_ble_mesh_lighting_server_copy_req_data()
length
=
p_src_data
->
value
.
status
.
sensor_status
.
data
->
len
;
btc_ble_mesh_lighting_model.c:409
btc_ble_mesh_lighting_server_copy_req_data()
p_dest_data
->
value
.
status
.
sensor_status
.
data
=
bt_mesh_alloc_buf
(
length
)
;
btc_ble_mesh_lighting_model.c:410
btc_ble_mesh_lighting_server_copy_req_data()
if
(
p_dest_data
->
value
.
status
.
sensor_status
.
data
==
NULL
)
{
btc_ble_mesh_lighting_model.c:411
btc_ble_mesh_lighting_server_copy_req_data()
net_buf_simple_add_mem
(
p_dest_data
->
value
.
status
.
sensor_status
.
data
,
btc_ble_mesh_lighting_model.c:415
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
status
.
sensor_status
.
data
->
data
,
btc_ble_mesh_lighting_model.c:416
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
status
.
sensor_status
.
data
->
len
)
;
btc_ble_mesh_lighting_model.c:417
btc_ble_mesh_lighting_server_copy_req_data()
bt_mesh_free_buf
(
arg
->
value
.
status
.
sensor_status
.
data
)
;
btc_ble_mesh_lighting_model.c:452
btc_ble_mesh_lighting_server_free_req_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_mesh_server_recv_sensor_status_t::data
is written by 1 function and is read by 2 functions:
btc_ble_mesh_lighting_server_copy_req_data()
All items filtered out
esp_ble_mesh_server_recv_sensor_status_t::data
btc_ble_mesh_lighting_server_copy_req_data()
btc_ble_mesh_lighting_server_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